POST api/AdminUserRights/SaveAAccessSection

AdmSaveAAccessSection

Request Information

URI Parameters

None.

Body Parameters

SaveAAccessSection
NameDescriptionTypeAdditional 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": "dadc0a0c-e82c-4a69-9fef-1997fbb57f95"
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

Object

None.

Response Formats

application/json, text/json

Sample:
{}