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": "9334bfae-63ac-4aee-a35d-32f665bc1732"
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

Collection of Object

None.

Response Formats

application/json, text/json

Sample:
[
  {},
  {}
]