POST api/AppPersonal/AppGetPersonalProductLevel
AppGetPersonalProductLevel
Request Information
URI Parameters
None.
Body Parameters
GetUserMe_App| Name | Description | Type | Additional information |
|---|---|---|---|
| UserUUID | globally unique identifier |
None. |
|
| UserUUIDCur | globally unique identifier |
None. |
Request Formats
application/json, text/json
Sample:
{
"UserUUID": "66b547b5-72f1-406b-94b8-e992e4ce79d2",
"UserUUIDCur": "d46e1a7b-e118-42df-a23d-e2b4e92fd3d3"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
Collection of VIPProductLevel| Name | Description | Type | Additional information |
|---|---|---|---|
| ProductID | integer |
None. |
|
| Descr | string |
None. |
|
| Level | string |
None. |
|
| ScoreAvg | decimal number |
None. |
|
| PhotoUUID | globally unique identifier |
None. |
|
| AllowScore | boolean |
None. |
|
| UserUUIDCur | globally unique identifier |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"ProductID": 1,
"Descr": "sample string 2",
"Level": "sample string 3",
"ScoreAvg": 1.0,
"PhotoUUID": "9d9bfcaa-1dea-445b-ace7-71ef111ba3df",
"AllowScore": true,
"UserUUIDCur": "9d890592-db46-4074-a209-e573833a62b6"
},
{
"ProductID": 1,
"Descr": "sample string 2",
"Level": "sample string 3",
"ScoreAvg": 1.0,
"PhotoUUID": "9d9bfcaa-1dea-445b-ace7-71ef111ba3df",
"AllowScore": true,
"UserUUIDCur": "9d890592-db46-4074-a209-e573833a62b6"
}
]