POST api/AdminVipLevel/GetProductProductLevelResource

AdmGetProductProductLevelResource

Request Information

URI Parameters

None.

Body Parameters

GetProductProductLevelResource
NameDescriptionTypeAdditional information
ProductProductLevelID

integer

None.

ResourceID

integer

None.

LanguageID

integer

None.

ProductID

integer

None.

ProductLevelID

integer

None.

ResourceActive

boolean

None.

ProductActive

boolean

None.

ProductLevelActive

boolean

None.

ProductProductLevelActive

boolean

None.

UserUUIDCur

globally unique identifier

None.

Request Formats

application/json, text/json

Sample:
{
  "ProductProductLevelID": 1,
  "ResourceID": 1,
  "LanguageID": 1,
  "ProductID": 1,
  "ProductLevelID": 1,
  "ResourceActive": true,
  "ProductActive": true,
  "ProductLevelActive": true,
  "ProductProductLevelActive": true,
  "UserUUIDCur": "bae29404-4ab3-4c9e-9fe4-ec7baf7cab9f"
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

Collection of Object

None.

Response Formats

application/json, text/json

Sample:
[
  {},
  {}
]