POST api/AdminVipLevel/SaveProductLevel

AdmSaveProductLevel

Request Information

URI Parameters

None.

Body Parameters

SaveProductLevel
NameDescriptionTypeAdditional information
ProductLevelID

integer

None.

MaxDiscount

decimal number

None.

ProductLevelActive

boolean

None.

LanguageID

integer

None.

ProductLevelName

string

None.

ProductLevelActiveLng

boolean

None.

UserUUIDCur

globally unique identifier

None.

Request Formats

application/json, text/json

Sample:
{
  "ProductLevelID": 1,
  "MaxDiscount": 1.1,
  "ProductLevelActive": true,
  "LanguageID": 1,
  "ProductLevelName": "sample string 1",
  "ProductLevelActiveLng": true,
  "UserUUIDCur": "1324bfd8-f67a-49a5-b281-f351ae291eab"
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

Object

None.

Response Formats

application/json, text/json

Sample:
{}