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": "0afe6e60-197a-4dd6-afb1-0b32ec815eb9",
"UserUUIDCur": "04a45d21-4652-4ea2-8b3b-3993e9d9c500"
}
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": "fff3a47e-38b9-401d-8eae-844d2c45af79",
"AllowScore": true,
"UserUUIDCur": "77c4a099-2b33-40fe-98bc-e35843859dfe"
},
{
"ProductID": 1,
"Descr": "sample string 2",
"Level": "sample string 3",
"ScoreAvg": 1.0,
"PhotoUUID": "fff3a47e-38b9-401d-8eae-844d2c45af79",
"AllowScore": true,
"UserUUIDCur": "77c4a099-2b33-40fe-98bc-e35843859dfe"
}
]