GET Api/Delivery/GetRuleItem?id={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": "9fb1aa14-82d9-46f4-9fe2-79f6d0aba97d",
"RuleId": "63a68de9-85a7-4336-b478-09851d2e67b7",
"Id": "fee8340d-ddc8-48d2-b76e-22f2d00ee3d3",
"ClientId": "3c246286-e64d-4e10-a27b-bd4c719787dc",
"IsActive": true,
"IsDeleted": true,
"CreateDate": "2026-02-24 14:25:13",
"UpdateDate": "2026-02-24 14:25:13",
"CreateBy": "ccf0fc55-4ebd-4ce2-9803-7bc584637a66",
"UpdateBy": "0aa09ad7-1854-42c3-8955-768817a675fd"
},
{
"WeightFrom": 1.0,
"WeightTo": 2.0,
"Price": 3.0,
"ZoneId": "9fb1aa14-82d9-46f4-9fe2-79f6d0aba97d",
"RuleId": "63a68de9-85a7-4336-b478-09851d2e67b7",
"Id": "fee8340d-ddc8-48d2-b76e-22f2d00ee3d3",
"ClientId": "3c246286-e64d-4e10-a27b-bd4c719787dc",
"IsActive": true,
"IsDeleted": true,
"CreateDate": "2026-02-24 14:25:13",
"UpdateDate": "2026-02-24 14:25:13",
"CreateBy": "ccf0fc55-4ebd-4ce2-9803-7bc584637a66",
"UpdateBy": "0aa09ad7-1854-42c3-8955-768817a675fd"
}
],
"rule": {
"Seq": 1,
"WeightFrom": 2.0,
"WeightTo": 3.0,
"FirstPrice": 4.0,
"AddWeight": 5.0,
"AddPrice": 6.0,
"ExpressId": "08aed731-c2e6-4877-8b17-6e0a75d66b09",
"MerchantId": "854766ce-1015-445c-a977-3b7d3d6e1302",
"Id": "679a76d5-5e3d-4c53-89f6-171cb17cacbe",
"ClientId": "b2ee06be-6778-40d8-b60b-1332eebc40e3",
"IsActive": true,
"IsDeleted": true,
"CreateDate": "2026-02-24 14:25:13",
"UpdateDate": "2026-02-24 14:25:13",
"CreateBy": "4113ae64-8ae6-4f0a-8094-1f99de5f7b9f",
"UpdateBy": "f3907407-b237-43b3-a971-6a830f9794a9"
},
"ExpressName": "sample string 1",
"MerchantName": "sample string 2"
}