POST api/AdminUserRights/GetSection
AdmGetSection
Request Information
URI Parameters
None.
Body Parameters
GetSection| Name | 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": "4e36165b-0f2b-4bbf-94a1-04629dbd0831"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
Collection of ObjectNone.
Response Formats
application/json, text/json
Sample:
[
{},
{}
]