GET edit/data-lookup/rule-sections?iSectionID={iSectionID}&iPlanChange={iPlanChange}&iSectionType={iSectionType}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| iSectionID | integer |
Required |
|
| iPlanChange | integer |
Required |
|
| iSectionType | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of RuleSectionMaint| Name | Description | Type | Additional information |
|---|---|---|---|
| RuleSectionId | integer |
None. |
|
| Section | string |
None. |
|
| SectionNumber | string |
None. |
|
| SectionHeader | integer |
None. |
|
| DisplayOrder | integer |
None. |
|
| Zone | string |
None. |
|
| ParentSectionId | integer |
None. |
|
| DisplayLevel | integer |
None. |
|
| LevelType | integer |
None. |
|
| PCID | integer |
None. |
|
| ChangeBy | string |
None. |
|
| ChangeDate | string |
None. |
|
| PCRules | integer |
None. |
|
| Changed | integer |
None. |
|
| Zone2 | string |
None. |
|
| Zone3 | string |
None. |
|
| Zone4 | string |
None. |
|
| ZoneParentID | integer |
None. |
|
| PlanChanges | string |
None. |
|
| TextColour | string |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"RuleSectionId": 1,
"Section": "sample string 2",
"SectionNumber": "sample string 3",
"SectionHeader": 4,
"DisplayOrder": 5,
"Zone": "sample string 6",
"ParentSectionId": 7,
"DisplayLevel": 8,
"LevelType": 9,
"PCID": 10,
"ChangeBy": "sample string 11",
"ChangeDate": "sample string 12",
"PCRules": 13,
"Changed": 14,
"Zone2": "sample string 15",
"Zone3": "sample string 16",
"Zone4": "sample string 17",
"ZoneParentID": 18,
"PlanChanges": "sample string 19",
"TextColour": "sample string 20"
},
{
"RuleSectionId": 1,
"Section": "sample string 2",
"SectionNumber": "sample string 3",
"SectionHeader": 4,
"DisplayOrder": 5,
"Zone": "sample string 6",
"ParentSectionId": 7,
"DisplayLevel": 8,
"LevelType": 9,
"PCID": 10,
"ChangeBy": "sample string 11",
"ChangeDate": "sample string 12",
"PCRules": 13,
"Changed": 14,
"Zone2": "sample string 15",
"Zone3": "sample string 16",
"Zone4": "sample string 17",
"ZoneParentID": 18,
"PlanChanges": "sample string 19",
"TextColour": "sample string 20"
}
]