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": "39e3920e-ec97-427a-823a-a252b1883ac2",
"UserUUIDCur": "00178f23-b832-4f1e-a9cf-a8e0373d076d"
}
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": "a74c9a8a-e910-49d0-9ff9-75698a019807",
"AllowScore": true,
"UserUUIDCur": "7e50e2d0-e638-440c-9b69-b5c2afcb80da"
},
{
"ProductID": 1,
"Descr": "sample string 2",
"Level": "sample string 3",
"ScoreAvg": 1.0,
"PhotoUUID": "a74c9a8a-e910-49d0-9ff9-75698a019807",
"AllowScore": true,
"UserUUIDCur": "7e50e2d0-e638-440c-9b69-b5c2afcb80da"
}
]