POST Api/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": "013a266b-5d11-40c2-8405-b1f049ddbc21",
"DiscountMoney": 2.0,
"DiscountPercent": 3.0,
"IsPercent": true,
"MerchantId": "23c1a298-935e-47a7-b85f-36fd542ba0f1",
"Id": "df3e1cdb-be6a-4f6a-b8b8-61d2c85ea791",
"ClientId": "a1deff02-5298-4106-96e8-19b3d63aa795",
"IsActive": true,
"IsDeleted": true,
"CreateDate": "2026-06-15 09:05:30",
"UpdateDate": "2026-06-15 09:05:30",
"CreateBy": "8e753343-9ed7-4f6f-8dd0-dbb658c26eea",
"UpdateBy": "5a048b11-e50c-486f-918b-cb826e4415bf"
}
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": {}
}