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": "b88ab558-053b-4a08-a2d2-d3c16b9de23e",
"DiscountMoney": 2.0,
"DiscountPercent": 3.0,
"IsPercent": true,
"MerchantId": "d894b655-b5d4-4c1f-ba10-1804e92f8597",
"Id": "c94758f6-3a53-4432-8ebc-cf1378976c12",
"ClientId": "3e7fa911-5320-4d5d-82fa-8b57b54829c0",
"IsActive": true,
"IsDeleted": true,
"CreateDate": "2026-06-15 12:46:01",
"UpdateDate": "2026-06-15 12:46:01",
"CreateBy": "7cbd7fce-3e40-4469-9e3c-501358f9b0c6",
"UpdateBy": "0a0fcda4-d228-4bc5-842a-eb8a8d40a15b"
}
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": {}
}