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": "cbe9328d-898f-4beb-bec4-b1569dc8877d",
"RuleId": "abd5442e-3eff-409e-8b62-8db7913ec49b",
"Id": "27f0c1f4-a2e0-4b7b-9367-7fde97cbe3ef",
"ClientId": "3844b8a8-f619-466a-ab9a-88b5ae8fc976",
"IsActive": true,
"IsDeleted": true,
"CreateDate": "2026-09-16 10:23:27",
"UpdateDate": "2026-09-16 10:23:27",
"CreateBy": "fcadbac1-00f4-41b2-9379-51798df9c09f",
"UpdateBy": "395a53ed-d447-4970-9228-de6f7b1625c5"
},
{
"WeightFrom": 1.0,
"WeightTo": 2.0,
"Price": 3.0,
"ZoneId": "cbe9328d-898f-4beb-bec4-b1569dc8877d",
"RuleId": "abd5442e-3eff-409e-8b62-8db7913ec49b",
"Id": "27f0c1f4-a2e0-4b7b-9367-7fde97cbe3ef",
"ClientId": "3844b8a8-f619-466a-ab9a-88b5ae8fc976",
"IsActive": true,
"IsDeleted": true,
"CreateDate": "2026-09-16 10:23:27",
"UpdateDate": "2026-09-16 10:23:27",
"CreateBy": "fcadbac1-00f4-41b2-9379-51798df9c09f",
"UpdateBy": "395a53ed-d447-4970-9228-de6f7b1625c5"
}
],
"rule": {
"Seq": 1,
"WeightFrom": 2.0,
"WeightTo": 3.0,
"FirstPrice": 4.0,
"AddWeight": 5.0,
"AddPrice": 6.0,
"ExpressId": "b943e061-6800-47f3-be2f-57b53c9003b1",
"MerchantId": "82acab11-d896-40d1-80e2-09b5bcd7db29",
"Id": "15a1a0b4-6a0d-42a2-aedc-2a89a3c0e094",
"ClientId": "64c831e1-0bd2-4427-ad24-721ae238efcb",
"IsActive": true,
"IsDeleted": true,
"CreateDate": "2026-09-16 10:23:27",
"UpdateDate": "2026-09-16 10:23:27",
"CreateBy": "574d8c74-699f-4017-9c92-6d799a68463e",
"UpdateBy": "b02fdf3b-4d39-4422-b8a1-8a03df34c4d7"
},
"ExpressName": "sample string 1",
"MerchantName": "sample string 2"
}