POST api/AppPersonal/AppGetPersonalProductLevel

AppGetPersonalProductLevel

Request Information

URI Parameters

None.

Body Parameters

GetUserMe_App
NameDescriptionTypeAdditional information
UserUUID

globally unique identifier

None.

UserUUIDCur

globally unique identifier

None.

Request Formats

application/json, text/json

Sample:
{
  "UserUUID": "ff18b5e4-fa53-4a29-afa3-e8caf50e8058",
  "UserUUIDCur": "174d4fa3-e59c-47a9-a9c3-1c29ca33f930"
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

Collection of VIPProductLevel
NameDescriptionTypeAdditional 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": "3113943d-97ed-4cdc-a514-f6592def38b3",
    "AllowScore": true,
    "UserUUIDCur": "a624acfe-e114-4696-8f8c-f1a8f4ac31c8"
  },
  {
    "ProductID": 1,
    "Descr": "sample string 2",
    "Level": "sample string 3",
    "ScoreAvg": 1.0,
    "PhotoUUID": "3113943d-97ed-4cdc-a514-f6592def38b3",
    "AllowScore": true,
    "UserUUIDCur": "a624acfe-e114-4696-8f8c-f1a8f4ac31c8"
  }
]