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": "c7ad2989-1f89-469e-bd7c-9d6b63497c92"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
Collection of ObjectNone.
Response Formats
application/json, text/json
Sample:
[
{},
{}
]