POST api/AdminUsers/GetUserProductProductLevel

AdmGetUserProductProductLevel

Request Information

URI Parameters

None.

Body Parameters

GetUserProductProductLevel
NameDescriptionTypeAdditional information
UserUUID

globally unique identifier

None.

ProductID

integer

None.

LanguageID

integer

None.

CountryID

integer

None.

UserUUIDCur

globally unique identifier

None.

Request Formats

application/json, text/json

Sample:
{
  "UserUUID": "dace0bce-88a0-49dc-8c41-68515abee5c5",
  "ProductID": 1,
  "LanguageID": 1,
  "CountryID": 1,
  "UserUUIDCur": "2a007b76-2123-4475-b809-a8306d4f8722"
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

Collection of Object

None.

Response Formats

application/json, text/json

Sample:
[
  {},
  {}
]