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": "58c3826c-7869-47a3-a87f-58394603e32e",
"RuleId": "fd52acae-8a82-45ff-b62c-c5235ab8ce9a",
"Id": "2717f6b3-60e0-4d7b-bf67-ccee24382457",
"ClientId": "3c1f8acb-5ed1-4659-af13-3498fbd6231e",
"IsActive": true,
"IsDeleted": true,
"CreateDate": "2026-02-24 14:25:13",
"UpdateDate": "2026-02-24 14:25:13",
"CreateBy": "1d5894b2-8e36-4b24-b736-f33c57581afa",
"UpdateBy": "20e136b5-25dd-48ca-babe-ee378ff22baa"
},
{
"WeightFrom": 1.0,
"WeightTo": 2.0,
"Price": 3.0,
"ZoneId": "58c3826c-7869-47a3-a87f-58394603e32e",
"RuleId": "fd52acae-8a82-45ff-b62c-c5235ab8ce9a",
"Id": "2717f6b3-60e0-4d7b-bf67-ccee24382457",
"ClientId": "3c1f8acb-5ed1-4659-af13-3498fbd6231e",
"IsActive": true,
"IsDeleted": true,
"CreateDate": "2026-02-24 14:25:13",
"UpdateDate": "2026-02-24 14:25:13",
"CreateBy": "1d5894b2-8e36-4b24-b736-f33c57581afa",
"UpdateBy": "20e136b5-25dd-48ca-babe-ee378ff22baa"
}
],
"rule": {
"Seq": 1,
"WeightFrom": 2.0,
"WeightTo": 3.0,
"FirstPrice": 4.0,
"AddWeight": 5.0,
"AddPrice": 6.0,
"ExpressId": "efc583b5-99d6-473f-bc35-5b8b684eb0b3",
"MerchantId": "5794ff84-5eb0-4f2f-b219-0238beadd23a",
"Id": "c73f1c61-0b90-4fbf-9bb3-1f6753083a09",
"ClientId": "43c2530c-063c-4b79-a632-ca9f407c1020",
"IsActive": true,
"IsDeleted": true,
"CreateDate": "2026-02-24 14:25:13",
"UpdateDate": "2026-02-24 14:25:13",
"CreateBy": "c439bf60-dd91-47e7-8a08-e4a17c5fdb8f",
"UpdateBy": "7027d80c-18fc-4e51-a316-fe77e9bfdf6b"
},
"ExpressName": "sample string 1",
"MerchantName": "sample string 2"
}