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": "4a49cdbb-704a-45cc-946f-902f18de4fa1",
"UserUUIDCur": "d1e6ffd3-80f6-4bd2-a1eb-8c7e7c36cd04"
}
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": "b8a43c5d-56a2-4ddc-86a2-10fda7f011ce",
"AllowScore": true,
"UserUUIDCur": "fa8f64d7-f67e-41c5-ab98-0392f7cae5cb"
},
{
"ProductID": 1,
"Descr": "sample string 2",
"Level": "sample string 3",
"ScoreAvg": 1.0,
"PhotoUUID": "b8a43c5d-56a2-4ddc-86a2-10fda7f011ce",
"AllowScore": true,
"UserUUIDCur": "fa8f64d7-f67e-41c5-ab98-0392f7cae5cb"
}
]