POST AdminApi/Delivery/SaveDiscount
Request Information
URI Parameters
None.
Body Parameters
ExpressDiscount| Name | Description | Type | Additional information |
|---|---|---|---|
| ExpressId | globally unique identifier |
None. |
|
| DiscountMoney | decimal number |
None. |
|
| DiscountPercent | decimal number |
None. |
|
| IsPercent | boolean |
None. |
|
| MerchantId | globally unique identifier |
None. |
|
| Id | globally unique identifier |
None. |
|
| ClientId | globally unique identifier |
None. |
|
| IsActive | boolean |
Required |
|
| IsDeleted | boolean |
Required |
|
| CreateDate | date |
Required |
|
| UpdateDate | date |
None. |
|
| CreateBy | globally unique identifier |
Required |
|
| UpdateBy | globally unique identifier |
None. |
Request Formats
application/json, text/json
Sample:
{
"ExpressId": "bf87a9b7-4c26-4e2b-858f-5f75cf7c6f85",
"DiscountMoney": 2.0,
"DiscountPercent": 3.0,
"IsPercent": true,
"MerchantId": "85470137-60bb-4a13-b04d-0745f7bd0562",
"Id": "79bd019e-6642-44b5-84dd-a4ca5195a4da",
"ClientId": "ff02263f-17f8-4612-b63a-fb9b71aa9d7a",
"IsActive": true,
"IsDeleted": true,
"CreateDate": "2026-08-17 02:06:03",
"UpdateDate": "2026-08-17 02:06:03",
"CreateBy": "587cbd0e-b745-493e-9cfb-a65221bdaa39",
"UpdateBy": "3902e074-4fef-4e8f-b160-4d3a3e2e4d96"
}
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
SystemResult| Name | Description | Type | Additional information |
|---|---|---|---|
| Succeeded | boolean |
None. |
|
| Message | string |
None. |
|
| ReturnValue | Object |
None. |
Response Formats
application/json, text/json
Sample:
{
"Succeeded": true,
"Message": "sample string 2",
"ReturnValue": {}
}