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": "3c2ac8c0-7658-43b6-a015-f1efb0016813"
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

Collection of Object

None.

Response Formats

application/json, text/json

Sample:
[
  {},
  {}
]