POST api/AdminUserRights/GetSection
AdmGetSection
Request Information
URI Parameters
None.
Body Parameters
GetSectionName | Description | Type | Additional information |
---|---|---|---|
SectionID | integer |
None. |
|
SectionActive | boolean |
None. |
|
UserUUIDCur | globally unique identifier |
None. |
Request Formats
application/json, text/json
Sample:
{ "SectionID": 1, "SectionActive": true, "UserUUIDCur": "3490fd0f-c5f5-4baf-b42f-56f717a09ac3" }
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
Collection of ObjectNone.
Response Formats
application/json, text/json
Sample:
[ {}, {} ]