POST api/AdminVipLevel/SaveVIPLevel
AdmSaveVIPLevel
Request Information
URI Parameters
None.
Body Parameters
SaveVIPLevelName | Description | Type | Additional information |
---|---|---|---|
VIPLevelID | integer |
None. |
|
VipLevelActive | boolean |
None. |
|
InstantMaxDiscount | decimal number |
None. |
|
Conditions | string |
None. |
|
UserUUIDCur | globally unique identifier |
None. |
Request Formats
application/json, text/json
Sample:
{ "VIPLevelID": 1, "VipLevelActive": true, "InstantMaxDiscount": 1.1, "Conditions": "sample string 1", "UserUUIDCur": "09634ba8-7c6c-4bc6-86fd-ac47db9f04be" }
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
ObjectNone.
Response Formats
application/json, text/json
Sample:
{}