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": "396ba311-e217-4d9a-b9c0-b05ab8cc74f9",
"ProductID": 1,
"LanguageID": 1,
"CountryID": 1,
"UserUUIDCur": "da03c7e5-0a71-40f9-ae4c-b1edd8f3b1ed"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
Collection of ObjectNone.
Response Formats
application/json, text/json
Sample:
[
{},
{}
]