GET AdminApi/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": "70144fd4-c6a9-4ee6-963f-f11cf0da5cd8",
"RuleId": "c6555f27-741a-4a36-9e12-16c547628db7",
"Id": "7c065127-11cd-4272-960f-89747238355d",
"ClientId": "f4cecb1d-ed92-4cde-9d02-285fbc47c950",
"IsActive": true,
"IsDeleted": true,
"CreateDate": "2026-06-15 12:51:18",
"UpdateDate": "2026-06-15 12:51:18",
"CreateBy": "55bed3cd-e099-4a06-8521-563a595b5661",
"UpdateBy": "788d3cec-c7a2-4496-8ad2-e2b4984dd640"
},
{
"WeightFrom": 1.0,
"WeightTo": 2.0,
"Price": 3.0,
"ZoneId": "70144fd4-c6a9-4ee6-963f-f11cf0da5cd8",
"RuleId": "c6555f27-741a-4a36-9e12-16c547628db7",
"Id": "7c065127-11cd-4272-960f-89747238355d",
"ClientId": "f4cecb1d-ed92-4cde-9d02-285fbc47c950",
"IsActive": true,
"IsDeleted": true,
"CreateDate": "2026-06-15 12:51:18",
"UpdateDate": "2026-06-15 12:51:18",
"CreateBy": "55bed3cd-e099-4a06-8521-563a595b5661",
"UpdateBy": "788d3cec-c7a2-4496-8ad2-e2b4984dd640"
}
],
"rule": {
"Seq": 1,
"WeightFrom": 2.0,
"WeightTo": 3.0,
"FirstPrice": 4.0,
"AddWeight": 5.0,
"AddPrice": 6.0,
"ExpressId": "2bb9a541-41af-41b7-ade3-deacf87cf6d1",
"MerchantId": "621fe60a-799f-464d-9d64-75214b064905",
"Id": "d8aff827-d7fc-46fc-b933-4ce23aedb3b0",
"ClientId": "cd40ea1a-1909-4e90-a838-60d8dae41dfc",
"IsActive": true,
"IsDeleted": true,
"CreateDate": "2026-06-15 12:51:18",
"UpdateDate": "2026-06-15 12:51:18",
"CreateBy": "dfb2daea-a9c9-46eb-8095-9cc3ec0cfae9",
"UpdateBy": "61339ac1-917a-4d87-a88d-28ee46e5ba46"
},
"ExpressName": "sample string 1",
"MerchantName": "sample string 2"
}