POST edit/data/rule-sections/save
Request Information
URI Parameters
None.
Body Parameters
SaveRuleSectionsModel| Name | Description | Type | Additional information |
|---|---|---|---|
| RuleSectionId | integer |
None. |
|
| Section | string |
None. |
|
| SectionNumber | string |
None. |
|
| DisplayOrder | integer |
None. |
|
| ParentSectionId | integer |
None. |
|
| DisplayLevel | integer |
None. |
|
| LevelType | integer |
None. |
|
| Zone | string |
None. |
|
| PCID | integer |
None. |
|
| SectionHeader | integer |
None. |
|
| ChangeBy | string |
None. |
|
| ChangeDate | string |
None. |
|
| ChangeReason | string |
None. |
|
| Zone2 | string |
None. |
|
| Zone3 | string |
None. |
|
| ZoneParentID | integer |
None. |
|
| Zone4 | string |
None. |
|
| TextColour | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"RuleSectionId": 1,
"Section": "sample string 2",
"SectionNumber": "sample string 3",
"DisplayOrder": 4,
"ParentSectionId": 5,
"DisplayLevel": 6,
"LevelType": 7,
"Zone": "sample string 8",
"PCID": 9,
"SectionHeader": 10,
"ChangeBy": "sample string 11",
"ChangeDate": "sample string 12",
"ChangeReason": "sample string 13",
"Zone2": "sample string 14",
"Zone3": "sample string 15",
"ZoneParentID": 16,
"Zone4": "sample string 17",
"TextColour": "sample string 18"
}
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
Collection of SaveResult| Name | Description | Type | Additional information |
|---|---|---|---|
| Result | string |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"Result": "sample string 1"
},
{
"Result": "sample string 1"
}
]