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": "834b20d1-afc0-4629-a465-52889a620369",
"UserUUIDCur": "755e4ddd-74df-436f-9b9c-e6c83d351b66"
}
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": "e7f81573-2789-4ad6-afc4-6e0a3838307d",
"AllowScore": true,
"UserUUIDCur": "13471a22-2c4c-40de-9a10-07642cbc1f00"
},
{
"ProductID": 1,
"Descr": "sample string 2",
"Level": "sample string 3",
"ScoreAvg": 1.0,
"PhotoUUID": "e7f81573-2789-4ad6-afc4-6e0a3838307d",
"AllowScore": true,
"UserUUIDCur": "13471a22-2c4c-40de-9a10-07642cbc1f00"
}
]