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": "88c9f574-bd57-4819-9b40-7d6088667b3a",
"ProductID": 1,
"LanguageID": 1,
"CountryID": 1,
"UserUUIDCur": "d8cef170-17fa-4217-9261-29d120c3a69a"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
Collection of ObjectNone.
Response Formats
application/json, text/json
Sample:
[
{},
{}
]