POST api/AdminUserRights/GetUserType

AdmGetUserType

Request Information

URI Parameters

None.

Body Parameters

GetUserType
NameDescriptionTypeAdditional information
UserTypeID

integer

None.

UserTypeActive

boolean

None.

UserUUIDCur

globally unique identifier

None.

Request Formats

application/json, text/json

Sample:
{
  "UserTypeID": 1,
  "UserTypeActive": true,
  "UserUUIDCur": "365745e4-a826-4498-b360-4ac508439453"
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

Collection of Object

None.

Response Formats

application/json, text/json

Sample:
[
  {},
  {}
]