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": "8771a298-4966-4d81-bf5f-c37f8983a332",
"UserTypeUserActive": true,
"UserTypeActive": true,
"CountryID": 1,
"UserUUIDCur": "37f6db03-5fd3-4655-a911-7227cb33a148"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
Collection of ObjectNone.
Response Formats
application/json, text/json
Sample:
[
{},
{}
]