POST api/AdminVipLevel/GetProductLevel

AdmGetProductLevel

Request Information

URI Parameters

None.

Body Parameters

GetProductLevel
NameDescriptionTypeAdditional information
ProductLevelID

integer

None.

LanguageID

integer

None.

ProductLevelActive

boolean

None.

UserUUIDCur

globally unique identifier

None.

Request Formats

application/json, text/json

Sample:
{
  "ProductLevelID": 1,
  "LanguageID": 1,
  "ProductLevelActive": true,
  "UserUUIDCur": "ddda0fae-27b9-4546-8b96-90443e3906d0"
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

Collection of Object

None.

Response Formats

application/json, text/json

Sample:
[
  {},
  {}
]