POST api/AdminUserRights/GetAAccessSection
AdmGetAAccessSection
Request Information
URI Parameters
None.
Body Parameters
GetAAccessSection| Name | Description | Type | Additional information |
|---|---|---|---|
| SectionID | integer |
None. |
|
| AAccessID | integer |
None. |
|
| SectionActive | boolean |
None. |
|
| AAccessActive | boolean |
None. |
|
| AAccessSectionActive | boolean |
None. |
|
| UserUUIDCur | globally unique identifier |
None. |
Request Formats
application/json, text/json
Sample:
{
"SectionID": 1,
"AAccessID": 1,
"SectionActive": true,
"AAccessActive": true,
"AAccessSectionActive": true,
"UserUUIDCur": "71ad1abd-b1da-40ed-b29d-e67d7bcba716"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
Collection of ObjectNone.
Response Formats
application/json, text/json
Sample:
[
{},
{}
]