GET AdminApi/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": "0bf409b1-10a5-4d48-acdd-face03701d45",
"RuleId": "59ff11d2-4996-451a-88ef-096576432b84",
"Id": "62e350aa-988e-426a-abbe-7fed75a339a9",
"ClientId": "a5366108-3331-458b-94c6-af412719a482",
"IsActive": true,
"IsDeleted": true,
"CreateDate": "2026-06-15 12:52:41",
"UpdateDate": "2026-06-15 12:52:41",
"CreateBy": "48db8fdd-c8f2-4ebf-bbd0-045f9f76c5b7",
"UpdateBy": "bcbfa68f-adf1-416c-a857-156df6fcd991"
},
{
"WeightFrom": 1.0,
"WeightTo": 2.0,
"Price": 3.0,
"ZoneId": "0bf409b1-10a5-4d48-acdd-face03701d45",
"RuleId": "59ff11d2-4996-451a-88ef-096576432b84",
"Id": "62e350aa-988e-426a-abbe-7fed75a339a9",
"ClientId": "a5366108-3331-458b-94c6-af412719a482",
"IsActive": true,
"IsDeleted": true,
"CreateDate": "2026-06-15 12:52:41",
"UpdateDate": "2026-06-15 12:52:41",
"CreateBy": "48db8fdd-c8f2-4ebf-bbd0-045f9f76c5b7",
"UpdateBy": "bcbfa68f-adf1-416c-a857-156df6fcd991"
}
],
"rule": {
"Seq": 1,
"WeightFrom": 2.0,
"WeightTo": 3.0,
"FirstPrice": 4.0,
"AddWeight": 5.0,
"AddPrice": 6.0,
"ExpressId": "a536f2e3-5edf-4448-9642-53dc8b2a571c",
"MerchantId": "93ad25d7-6d20-4fbf-aa6e-8765888a5082",
"Id": "bdd3abf3-f751-42ff-8eb9-36cd1784e948",
"ClientId": "cde08f09-6130-4479-8707-2c592a8e8079",
"IsActive": true,
"IsDeleted": true,
"CreateDate": "2026-06-15 12:52:41",
"UpdateDate": "2026-06-15 12:52:41",
"CreateBy": "c59f3789-d0c7-481e-9b47-cf71e5d189a2",
"UpdateBy": "6da7345e-ee71-4d2c-98ca-f07bf87512ea"
},
"ExpressName": "sample string 1",
"MerchantName": "sample string 2"
}