POST api/business/saveRebateSetting
Request Information
URI Parameters
None.
Body Parameters
RebateModel| Name | Description | Type | Additional information |
|---|---|---|---|
| rebateId | integer |
None. |
|
| pointsRatio | integer |
None. |
|
| subCount | integer |
None. |
|
| paymentAmount | string |
None. |
|
| setEmployeeNumber | integer |
None. |
|
| appid | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"rebateId": 1,
"pointsRatio": 2,
"subCount": 1,
"paymentAmount": "sample string 3",
"setEmployeeNumber": 4,
"appid": "sample string 5"
}
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
Result| Name | Description | Type | Additional information |
|---|---|---|---|
| success | boolean |
None. |
|
| data | Object |
None. |
|
| error | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"success": true,
"data": {},
"error": "sample string 3"
}