POST api/AppPersonal/AppGetPersonalProductLevel
AppGetPersonalProductLevel
Request Information
URI Parameters
None.
Body Parameters
GetUserMe_AppName | Description | Type | Additional information |
---|---|---|---|
UserUUID | globally unique identifier |
None. |
|
UserUUIDCur | globally unique identifier |
None. |
Request Formats
application/json, text/json
Sample:
{ "UserUUID": "747368f4-58ee-49ca-91a9-3b638f4d2cb3", "UserUUIDCur": "58bc3d1f-47bf-490c-9f7f-292aedf4b6ef" }
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
Collection of VIPProductLevelName | 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": "55907828-0b5d-42cd-8a0a-7500380172fb", "AllowScore": true, "UserUUIDCur": "101687bb-a909-4436-b9f8-c2b6bdb35564" }, { "ProductID": 1, "Descr": "sample string 2", "Level": "sample string 3", "ScoreAvg": 1.0, "PhotoUUID": "55907828-0b5d-42cd-8a0a-7500380172fb", "AllowScore": true, "UserUUIDCur": "101687bb-a909-4436-b9f8-c2b6bdb35564" } ]