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": "53ef31ef-3db3-402c-9e56-e8e99ac3d5c9"
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

Collection of Object

None.

Response Formats

application/json, text/json

Sample:
[
  {},
  {}
]