GET Api/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": "67a65d5a-e6b5-437e-8cc8-964cf4a211af",
"RuleId": "c6e2110e-6dec-444f-afd8-36c3a2362fe1",
"Id": "197ce92d-d2c0-4ec8-a3ef-343e865ade30",
"ClientId": "82698b6b-3697-4534-a3f4-8fdc2cf4fccd",
"IsActive": true,
"IsDeleted": true,
"CreateDate": "2026-09-16 10:23:19",
"UpdateDate": "2026-09-16 10:23:19",
"CreateBy": "a07f4c4b-0e15-4dcc-8e2e-0b69c07f1426",
"UpdateBy": "eef1dc4f-7202-46eb-ae8b-720635227738"
},
{
"WeightFrom": 1.0,
"WeightTo": 2.0,
"Price": 3.0,
"ZoneId": "67a65d5a-e6b5-437e-8cc8-964cf4a211af",
"RuleId": "c6e2110e-6dec-444f-afd8-36c3a2362fe1",
"Id": "197ce92d-d2c0-4ec8-a3ef-343e865ade30",
"ClientId": "82698b6b-3697-4534-a3f4-8fdc2cf4fccd",
"IsActive": true,
"IsDeleted": true,
"CreateDate": "2026-09-16 10:23:19",
"UpdateDate": "2026-09-16 10:23:19",
"CreateBy": "a07f4c4b-0e15-4dcc-8e2e-0b69c07f1426",
"UpdateBy": "eef1dc4f-7202-46eb-ae8b-720635227738"
}
],
"rule": {
"Seq": 1,
"WeightFrom": 2.0,
"WeightTo": 3.0,
"FirstPrice": 4.0,
"AddWeight": 5.0,
"AddPrice": 6.0,
"ExpressId": "97c50769-7428-4844-8772-643b63d6fd4d",
"MerchantId": "8e7e06d2-2d31-4570-a57e-77b79d60e82d",
"Id": "a1db5d2c-05ed-4324-a4db-289deb06cf7b",
"ClientId": "ea70e072-bfe9-4c0d-ad15-87a210fa020a",
"IsActive": true,
"IsDeleted": true,
"CreateDate": "2026-09-16 10:23:19",
"UpdateDate": "2026-09-16 10:23:19",
"CreateBy": "1d2cfc4d-3109-44c1-9f66-3076c2b8bbfe",
"UpdateBy": "ebe62b67-8944-4142-a49d-1493035ce7d6"
},
"ExpressName": "sample string 1",
"MerchantName": "sample string 2"
}