GET Api/Delivery/GetDiscount?exId={exId}&merchId={merchId}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| exId | globally unique identifier |
Required |
|
| merchId | globally unique identifier |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of 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. |
Response Formats
application/json, text/json
Sample:
[
{
"ExpressId": "6081bb8b-6519-4204-b912-eba7ba046edd",
"DiscountMoney": 2.0,
"DiscountPercent": 3.0,
"IsPercent": true,
"MerchantId": "9a85d2c4-1103-484f-8e8a-bb45179b0e6e",
"Id": "ddab67c6-ab3b-4448-ae05-80954a97aad5",
"ClientId": "c5473f07-012a-487e-a7e3-4a3931365912",
"IsActive": true,
"IsDeleted": true,
"CreateDate": "2026-06-15 09:05:30",
"UpdateDate": "2026-06-15 09:05:30",
"CreateBy": "09f4dd72-ebb4-452b-8f01-a95b4ad126f3",
"UpdateBy": "24d2d63e-f26b-4ea0-8747-bbb920966c6c"
},
{
"ExpressId": "6081bb8b-6519-4204-b912-eba7ba046edd",
"DiscountMoney": 2.0,
"DiscountPercent": 3.0,
"IsPercent": true,
"MerchantId": "9a85d2c4-1103-484f-8e8a-bb45179b0e6e",
"Id": "ddab67c6-ab3b-4448-ae05-80954a97aad5",
"ClientId": "c5473f07-012a-487e-a7e3-4a3931365912",
"IsActive": true,
"IsDeleted": true,
"CreateDate": "2026-06-15 09:05:30",
"UpdateDate": "2026-06-15 09:05:30",
"CreateBy": "09f4dd72-ebb4-452b-8f01-a95b4ad126f3",
"UpdateBy": "24d2d63e-f26b-4ea0-8747-bbb920966c6c"
}
]