GET Api/Delivery/GetDiscountItem/{id}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id | globally unique identifier |
Required |
Body Parameters
None.
Response Information
Resource Description
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": "df318cf5-67c6-4fcc-a20c-ae18967291a3",
"DiscountMoney": 2.0,
"DiscountPercent": 3.0,
"IsPercent": true,
"MerchantId": "46c75935-2417-4534-83b3-0f8fdfb32caa",
"Id": "1b9033f0-e228-49d7-8428-54b46a8d912c",
"ClientId": "4054fd0a-f41c-43ef-b3d9-4007a5bbc2e7",
"IsActive": true,
"IsDeleted": true,
"CreateDate": "2026-04-20 09:49:19",
"UpdateDate": "2026-04-20 09:49:19",
"CreateBy": "428ca1bf-534a-4eb0-bb83-2a19ca6b5c7d",
"UpdateBy": "44765148-cd15-4e8c-9a11-3f14c772b468"
}