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": "7a287a7b-d9a9-4d2c-80b1-ed9d3705f3e1",
"ProductID": 1,
"LanguageID": 1,
"CountryID": 1,
"UserUUIDCur": "2f9045a8-62ac-4338-b1e3-e850b67fdd9c"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
Collection of ObjectNone.
Response Formats
application/json, text/json
Sample:
[
{},
{}
]