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": "c366f51e-8b7e-4cae-8291-746da0927b3d",
"RuleId": "a434d798-4ba6-4aa8-923f-94160bb6f2c3",
"Id": "4e1706db-592a-49b1-ab40-3344225423a8",
"ClientId": "d7cc25b9-3568-4931-8200-5a9b6b3b7016",
"IsActive": true,
"IsDeleted": true,
"CreateDate": "2026-06-15 09:05:30",
"UpdateDate": "2026-06-15 09:05:30",
"CreateBy": "a39b92c3-9ff4-4dc0-9a3f-c549b6f71e20",
"UpdateBy": "e2272c51-62be-44dd-b8a2-71abe132d5dc"
},
{
"WeightFrom": 1.0,
"WeightTo": 2.0,
"Price": 3.0,
"ZoneId": "c366f51e-8b7e-4cae-8291-746da0927b3d",
"RuleId": "a434d798-4ba6-4aa8-923f-94160bb6f2c3",
"Id": "4e1706db-592a-49b1-ab40-3344225423a8",
"ClientId": "d7cc25b9-3568-4931-8200-5a9b6b3b7016",
"IsActive": true,
"IsDeleted": true,
"CreateDate": "2026-06-15 09:05:30",
"UpdateDate": "2026-06-15 09:05:30",
"CreateBy": "a39b92c3-9ff4-4dc0-9a3f-c549b6f71e20",
"UpdateBy": "e2272c51-62be-44dd-b8a2-71abe132d5dc"
}
],
"rule": {
"Seq": 1,
"WeightFrom": 2.0,
"WeightTo": 3.0,
"FirstPrice": 4.0,
"AddWeight": 5.0,
"AddPrice": 6.0,
"ExpressId": "d7529bed-fc5f-4e6f-bc62-f5eb57419ab4",
"MerchantId": "60e46a6e-a9ad-4dd6-b1ba-060ead208a9b",
"Id": "9d976069-6ce2-47bc-9579-add6c86d3559",
"ClientId": "b51bdadc-e501-4221-84ba-8a6836a9a467",
"IsActive": true,
"IsDeleted": true,
"CreateDate": "2026-06-15 09:05:30",
"UpdateDate": "2026-06-15 09:05:30",
"CreateBy": "6f699ddc-e34f-48c4-8902-f1c5e029b243",
"UpdateBy": "c23c50d6-59ae-4b9c-9f04-c194debcb378"
},
"ExpressName": "sample string 1",
"MerchantName": "sample string 2"
}