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": "cea9cc27-f9e8-48c7-b740-d53613d034ac",
"RuleId": "82a3da53-b2ea-4e29-a921-81af786d5bd8",
"Id": "f294117c-b059-404e-ab1e-1202b0305a05",
"ClientId": "ced7e0c3-0e5e-4428-b0d1-dbcae4ad67af",
"IsActive": true,
"IsDeleted": true,
"CreateDate": "2026-06-15 09:05:31",
"UpdateDate": "2026-06-15 09:05:31",
"CreateBy": "c363ae9a-d8d5-4017-a3cf-a6464bda38ed",
"UpdateBy": "c8c8cdf1-bac3-4171-a857-aa15b26adedf"
},
{
"WeightFrom": 1.0,
"WeightTo": 2.0,
"Price": 3.0,
"ZoneId": "cea9cc27-f9e8-48c7-b740-d53613d034ac",
"RuleId": "82a3da53-b2ea-4e29-a921-81af786d5bd8",
"Id": "f294117c-b059-404e-ab1e-1202b0305a05",
"ClientId": "ced7e0c3-0e5e-4428-b0d1-dbcae4ad67af",
"IsActive": true,
"IsDeleted": true,
"CreateDate": "2026-06-15 09:05:31",
"UpdateDate": "2026-06-15 09:05:31",
"CreateBy": "c363ae9a-d8d5-4017-a3cf-a6464bda38ed",
"UpdateBy": "c8c8cdf1-bac3-4171-a857-aa15b26adedf"
}
],
"rule": {
"Seq": 1,
"WeightFrom": 2.0,
"WeightTo": 3.0,
"FirstPrice": 4.0,
"AddWeight": 5.0,
"AddPrice": 6.0,
"ExpressId": "e9bce4d3-9473-4911-a463-8d0d74753d2c",
"MerchantId": "2e09d83c-91d1-4619-b44f-135fc63f75ae",
"Id": "873bea6a-6d50-409c-8bab-fabf3a13794d",
"ClientId": "b4be153d-f281-4edb-a972-d4d002f1f1fe",
"IsActive": true,
"IsDeleted": true,
"CreateDate": "2026-06-15 09:05:31",
"UpdateDate": "2026-06-15 09:05:31",
"CreateBy": "a08e8d13-1be1-45d8-b0b2-923b4ede22a5",
"UpdateBy": "1957a9ab-777e-4176-bd04-e0815e5dae37"
},
"ExpressName": "sample string 1",
"MerchantName": "sample string 2"
}