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": "5a332338-fdce-47fe-9c87-0dc9ad2b7fbb",
"UserUUIDCur": "e172a838-6a78-4399-87e9-6583138e91a8"
}
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": "a4101706-860b-4856-8939-b77bb4adf24a",
"AllowScore": true,
"UserUUIDCur": "a7a76d52-dc35-457d-981f-f11243bef131"
},
{
"ProductID": 1,
"Descr": "sample string 2",
"Level": "sample string 3",
"ScoreAvg": 1.0,
"PhotoUUID": "a4101706-860b-4856-8939-b77bb4adf24a",
"AllowScore": true,
"UserUUIDCur": "a7a76d52-dc35-457d-981f-f11243bef131"
}
]