POST api/AdminUsers/GetUserProductProductLevel
AdmGetUserProductProductLevel
Request Information
URI Parameters
None.
Body Parameters
GetUserProductProductLevel| Name | Description | Type | Additional information |
|---|---|---|---|
| UserUUID | globally unique identifier |
None. |
|
| ProductID | integer |
None. |
|
| LanguageID | integer |
None. |
|
| CountryID | integer |
None. |
|
| UserUUIDCur | globally unique identifier |
None. |
Request Formats
application/json, text/json
Sample:
{
"UserUUID": "b4e1acd6-1255-41d8-a3b6-dd16d4f97401",
"ProductID": 1,
"LanguageID": 1,
"CountryID": 1,
"UserUUIDCur": "e108f5cf-f8b6-41dd-8faf-204f86d32528"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
Collection of ObjectNone.
Response Formats
application/json, text/json
Sample:
[
{},
{}
]