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": "2147b4f8-d0e9-4674-8f6d-5ccedf82dc1e",
"RuleId": "0c80d8b6-3c72-4721-a161-c7da58948e8e",
"Id": "d80f8161-8aaa-4191-bf36-52e8820dbd83",
"ClientId": "92718e6e-6d28-4c2e-9e23-b816ee0f4e85",
"IsActive": true,
"IsDeleted": true,
"CreateDate": "2026-08-17 02:08:32",
"UpdateDate": "2026-08-17 02:08:32",
"CreateBy": "05797abf-326f-4cf1-9847-293f3ac72ccd",
"UpdateBy": "191a9ab2-b7be-4971-8b62-cbffe285c2be"
},
{
"WeightFrom": 1.0,
"WeightTo": 2.0,
"Price": 3.0,
"ZoneId": "2147b4f8-d0e9-4674-8f6d-5ccedf82dc1e",
"RuleId": "0c80d8b6-3c72-4721-a161-c7da58948e8e",
"Id": "d80f8161-8aaa-4191-bf36-52e8820dbd83",
"ClientId": "92718e6e-6d28-4c2e-9e23-b816ee0f4e85",
"IsActive": true,
"IsDeleted": true,
"CreateDate": "2026-08-17 02:08:32",
"UpdateDate": "2026-08-17 02:08:32",
"CreateBy": "05797abf-326f-4cf1-9847-293f3ac72ccd",
"UpdateBy": "191a9ab2-b7be-4971-8b62-cbffe285c2be"
}
],
"rule": {
"Seq": 1,
"WeightFrom": 2.0,
"WeightTo": 3.0,
"FirstPrice": 4.0,
"AddWeight": 5.0,
"AddPrice": 6.0,
"ExpressId": "ab2a29e2-9c84-4268-8b42-ff8c32eb3333",
"MerchantId": "fc63eca7-102e-4a5b-a8ef-dd93b064384d",
"Id": "f2dea64d-c829-4b21-9121-b990f8ff77ec",
"ClientId": "d392cd9d-7c92-4e8a-8326-df7394cf546d",
"IsActive": true,
"IsDeleted": true,
"CreateDate": "2026-08-17 02:08:32",
"UpdateDate": "2026-08-17 02:08:32",
"CreateBy": "1f61b2fe-3018-4276-b12a-bb3bff0c0e52",
"UpdateBy": "5c41f7c4-8402-4b76-90f7-9336e2f04982"
},
"ExpressName": "sample string 1",
"MerchantName": "sample string 2"
}