POST api/AdminUserRights/GetUserTypeUser
AdmGetUserTypeUser
Request Information
URI Parameters
None.
Body Parameters
GetUserTypeUser| Name | Description | Type | Additional information |
|---|---|---|---|
| UserTypeID | integer |
None. |
|
| UserUUID | globally unique identifier |
None. |
|
| UserTypeUserActive | boolean |
None. |
|
| UserTypeActive | boolean |
None. |
|
| CountryID | integer |
None. |
|
| UserUUIDCur | globally unique identifier |
None. |
Request Formats
application/json, text/json
Sample:
{
"UserTypeID": 1,
"UserUUID": "3b307794-0d6b-4cca-9089-1508c2ce9b23",
"UserTypeUserActive": true,
"UserTypeActive": true,
"CountryID": 1,
"UserUUIDCur": "0a30b03d-3901-42a8-b09b-bcb867c67a14"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
Collection of ObjectNone.
Response Formats
application/json, text/json
Sample:
[
{},
{}
]