GET Api/Delivery/GetRuleItem/{id}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id | globally unique identifier |
Required |
Body Parameters
None.
Response Information
Resource Description
TransRulePrice| Name | Description | Type | Additional information |
|---|---|---|---|
| charges | Collection of ExpressPrice |
None. |
|
| rule | ExpressRule |
None. |
|
| ExpressName | string |
None. |
|
| MerchantName | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"charges": [
{
"WeightFrom": 1.0,
"WeightTo": 2.0,
"Price": 3.0,
"ZoneId": "c121ced5-c2d8-4802-8148-1297e89d2428",
"RuleId": "c23a73d7-1d5d-47d2-b6a5-06503486aebd",
"Id": "0b2b12c5-265b-4ce6-b300-84b8f50336df",
"ClientId": "c24d53ee-bc72-4c65-bd0e-b69402dc3975",
"IsActive": true,
"IsDeleted": true,
"CreateDate": "2026-08-17 02:08:30",
"UpdateDate": "2026-08-17 02:08:30",
"CreateBy": "032d5dc6-fcd7-487b-bec8-614bf6d6b98b",
"UpdateBy": "499902bb-8d7f-4fa6-8a1a-b00dbd5ad52d"
},
{
"WeightFrom": 1.0,
"WeightTo": 2.0,
"Price": 3.0,
"ZoneId": "c121ced5-c2d8-4802-8148-1297e89d2428",
"RuleId": "c23a73d7-1d5d-47d2-b6a5-06503486aebd",
"Id": "0b2b12c5-265b-4ce6-b300-84b8f50336df",
"ClientId": "c24d53ee-bc72-4c65-bd0e-b69402dc3975",
"IsActive": true,
"IsDeleted": true,
"CreateDate": "2026-08-17 02:08:30",
"UpdateDate": "2026-08-17 02:08:30",
"CreateBy": "032d5dc6-fcd7-487b-bec8-614bf6d6b98b",
"UpdateBy": "499902bb-8d7f-4fa6-8a1a-b00dbd5ad52d"
}
],
"rule": {
"Seq": 1,
"WeightFrom": 2.0,
"WeightTo": 3.0,
"FirstPrice": 4.0,
"AddWeight": 5.0,
"AddPrice": 6.0,
"ExpressId": "7dd0f86c-cdcc-4a66-83b1-10532d140711",
"MerchantId": "e2fc6c37-4ba1-43a9-9ff1-12913348e185",
"Id": "2933be65-035a-4c94-8473-3676f166d382",
"ClientId": "42dcd9e6-7c8b-4ac6-b938-6668b741d191",
"IsActive": true,
"IsDeleted": true,
"CreateDate": "2026-08-17 02:08:30",
"UpdateDate": "2026-08-17 02:08:30",
"CreateBy": "b9b16a61-a9de-411b-b487-27fef2aa6038",
"UpdateBy": "264c4454-0e30-4a8a-9687-5141a6ff49a4"
},
"ExpressName": "sample string 1",
"MerchantName": "sample string 2"
}