POST api/AdminVipLevel/SaveProductProductLevel

AdmSaveProductProductLevel

Request Information

URI Parameters

None.

Body Parameters

SaveProductProductLevel
NameDescriptionTypeAdditional information
ProductProductLevelID

integer

None.

ProductID

integer

None.

ProductLevelID

integer

None.

ProductProductLevelActive

boolean

None.

LanguageID

integer

None.

UserUUIDCur

globally unique identifier

None.

Request Formats

application/json, text/json

Sample:
{
  "ProductProductLevelID": 1,
  "ProductID": 1,
  "ProductLevelID": 1,
  "ProductProductLevelActive": true,
  "LanguageID": 1,
  "UserUUIDCur": "c4a7f0e3-0167-45b4-b066-d5b05ff157b5"
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

Object

None.

Response Formats

application/json, text/json

Sample:
{}