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": "ea69bcf3-ffa1-4cb5-a682-71f38604990e", "UserUUIDCur": "1257e473-97b8-42fd-a123-13860795decc" }
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": "8cf22ecf-6193-4bcb-a495-7285652af857", "AllowScore": true, "UserUUIDCur": "ded36748-76d4-4db7-a60b-368028df9a5e" }, { "ProductID": 1, "Descr": "sample string 2", "Level": "sample string 3", "ScoreAvg": 1.0, "PhotoUUID": "8cf22ecf-6193-4bcb-a495-7285652af857", "AllowScore": true, "UserUUIDCur": "ded36748-76d4-4db7-a60b-368028df9a5e" } ]