GET AdminApi/Delivery/GetTransPrice?ruleId={ruleId}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| ruleId | globally unique identifier |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of TransPriceInfo| Name | Description | Type | Additional information |
|---|---|---|---|
| Weight | decimal number |
None. |
|
| zoneCharge | Collection of ExpressPrice |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"Weight": 1.0,
"zoneCharge": [
{
"WeightFrom": 1.0,
"WeightTo": 2.0,
"Price": 3.0,
"ZoneId": "3c54829c-2e7c-4c24-bd69-a33a02b1dc79",
"RuleId": "f99130b2-dae4-49d0-a81f-54d996651565",
"Id": "e458a1ef-0122-4a43-92f1-d0d8bc76c4f7",
"ClientId": "8ba0e5f7-a626-4eda-992a-20b68322aabe",
"IsActive": true,
"IsDeleted": true,
"CreateDate": "2026-04-20 09:52:35",
"UpdateDate": "2026-04-20 09:52:35",
"CreateBy": "c2b43ec0-d5a3-4f7f-9026-3978c15ebbca",
"UpdateBy": "db7dbec0-0700-465c-9046-b1532ee8f344"
},
{
"WeightFrom": 1.0,
"WeightTo": 2.0,
"Price": 3.0,
"ZoneId": "3c54829c-2e7c-4c24-bd69-a33a02b1dc79",
"RuleId": "f99130b2-dae4-49d0-a81f-54d996651565",
"Id": "e458a1ef-0122-4a43-92f1-d0d8bc76c4f7",
"ClientId": "8ba0e5f7-a626-4eda-992a-20b68322aabe",
"IsActive": true,
"IsDeleted": true,
"CreateDate": "2026-04-20 09:52:35",
"UpdateDate": "2026-04-20 09:52:35",
"CreateBy": "c2b43ec0-d5a3-4f7f-9026-3978c15ebbca",
"UpdateBy": "db7dbec0-0700-465c-9046-b1532ee8f344"
}
]
},
{
"Weight": 1.0,
"zoneCharge": [
{
"WeightFrom": 1.0,
"WeightTo": 2.0,
"Price": 3.0,
"ZoneId": "3c54829c-2e7c-4c24-bd69-a33a02b1dc79",
"RuleId": "f99130b2-dae4-49d0-a81f-54d996651565",
"Id": "e458a1ef-0122-4a43-92f1-d0d8bc76c4f7",
"ClientId": "8ba0e5f7-a626-4eda-992a-20b68322aabe",
"IsActive": true,
"IsDeleted": true,
"CreateDate": "2026-04-20 09:52:35",
"UpdateDate": "2026-04-20 09:52:35",
"CreateBy": "c2b43ec0-d5a3-4f7f-9026-3978c15ebbca",
"UpdateBy": "db7dbec0-0700-465c-9046-b1532ee8f344"
},
{
"WeightFrom": 1.0,
"WeightTo": 2.0,
"Price": 3.0,
"ZoneId": "3c54829c-2e7c-4c24-bd69-a33a02b1dc79",
"RuleId": "f99130b2-dae4-49d0-a81f-54d996651565",
"Id": "e458a1ef-0122-4a43-92f1-d0d8bc76c4f7",
"ClientId": "8ba0e5f7-a626-4eda-992a-20b68322aabe",
"IsActive": true,
"IsDeleted": true,
"CreateDate": "2026-04-20 09:52:35",
"UpdateDate": "2026-04-20 09:52:35",
"CreateBy": "c2b43ec0-d5a3-4f7f-9026-3978c15ebbca",
"UpdateBy": "db7dbec0-0700-465c-9046-b1532ee8f344"
}
]
}
]