POST api/AdminUserRights/SaveAAccessSection
AdmSaveAAccessSection
Request Information
URI Parameters
None.
Body Parameters
SaveAAccessSection| Name | Description | Type | Additional information |
|---|---|---|---|
| SectionID | integer |
None. |
|
| AAccessID | integer |
None. |
|
| AAccessSectionActive | boolean |
None. |
|
| UserUUIDCur | globally unique identifier |
None. |
Request Formats
application/json, text/json
Sample:
{
"SectionID": 1,
"AAccessID": 1,
"AAccessSectionActive": true,
"UserUUIDCur": "d6918452-f262-4fa0-bf5a-157b4160b6dd"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
ObjectNone.
Response Formats
application/json, text/json
Sample:
{}