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": "9a108bef-86ff-4784-a446-f6aabe4ccc78",
"UserTypeUserActive": true,
"UserTypeActive": true,
"CountryID": 1,
"UserUUIDCur": "f564e9ed-1d99-4ea8-b937-c9df21019648"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
Collection of ObjectNone.
Response Formats
application/json, text/json
Sample:
[
{},
{}
]