POST api/AdminVipLevel/SaveVIPLevel
AdmSaveVIPLevel
Request Information
URI Parameters
None.
Body Parameters
SaveVIPLevel| Name | 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": "f2767015-5c20-4208-88d1-cbff13d6c6b8"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
ObjectNone.
Response Formats
application/json, text/json
Sample:
{}