POST api/AdminUserRights/GetSection

AdmGetSection

Request Information

URI Parameters

None.

Body Parameters

GetSection
NameDescriptionTypeAdditional information
SectionID

integer

None.

SectionActive

boolean

None.

UserUUIDCur

globally unique identifier

None.

Request Formats

application/json, text/json

Sample:
{
  "SectionID": 1,
  "SectionActive": true,
  "UserUUIDCur": "5638b46c-802a-42fd-aea9-8b980f08b719"
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

Collection of Object

None.

Response Formats

application/json, text/json

Sample:
[
  {},
  {}
]