POST api/AdminVipLevel/GetProductProductLevel

AdmGetProductProductLevel

Request Information

URI Parameters

None.

Body Parameters

GetProductProductLevel
NameDescriptionTypeAdditional information
ProductID

integer

None.

ProductLevelID

integer

None.

LanguageID

integer

None.

ProductActive

boolean

None.

ProductLevelActive

boolean

None.

ProductProductLevelActive

boolean

None.

UserUUIDCur

globally unique identifier

None.

Request Formats

application/json, text/json

Sample:
{
  "ProductID": 1,
  "ProductLevelID": 1,
  "LanguageID": 1,
  "ProductActive": true,
  "ProductLevelActive": true,
  "ProductProductLevelActive": true,
  "UserUUIDCur": "e2c10ea8-1f48-4d71-b772-ef37ae546253"
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

Collection of Object

None.

Response Formats

application/json, text/json

Sample:
[
  {},
  {}
]