POST AdminApi/Delivery/SaveTransRulePrice
Request Information
URI Parameters
None.
Body Parameters
TransRulePrice| Name | Description | Type | Additional information |
|---|---|---|---|
| charges | Collection of ExpressPrice |
None. |
|
| rule | ExpressRule |
None. |
|
| ExpressName | string |
None. |
|
| MerchantName | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"charges": [
{
"WeightFrom": 1.0,
"WeightTo": 2.0,
"Price": 3.0,
"ZoneId": "96e48709-fc82-4c7d-a559-65e8305ca3e8",
"RuleId": "ad660b50-6775-4b21-9c82-5802d15b9ebf",
"Id": "f9a597d5-a318-4bff-8d90-fb2ae9c95950",
"ClientId": "5ed0d0b8-21e4-4dc8-ae33-e3f3d555357e",
"IsActive": true,
"IsDeleted": true,
"CreateDate": "2025-10-28 19:02:56",
"UpdateDate": "2025-10-28 19:02:56",
"CreateBy": "b846ebb5-be79-4ac6-85c7-1902f0792412",
"UpdateBy": "071a92a6-ef10-453a-b4c8-0511efe9bfce"
},
{
"WeightFrom": 1.0,
"WeightTo": 2.0,
"Price": 3.0,
"ZoneId": "96e48709-fc82-4c7d-a559-65e8305ca3e8",
"RuleId": "ad660b50-6775-4b21-9c82-5802d15b9ebf",
"Id": "f9a597d5-a318-4bff-8d90-fb2ae9c95950",
"ClientId": "5ed0d0b8-21e4-4dc8-ae33-e3f3d555357e",
"IsActive": true,
"IsDeleted": true,
"CreateDate": "2025-10-28 19:02:56",
"UpdateDate": "2025-10-28 19:02:56",
"CreateBy": "b846ebb5-be79-4ac6-85c7-1902f0792412",
"UpdateBy": "071a92a6-ef10-453a-b4c8-0511efe9bfce"
}
],
"rule": {
"Seq": 1,
"WeightFrom": 2.0,
"WeightTo": 3.0,
"FirstPrice": 4.0,
"AddWeight": 5.0,
"AddPrice": 6.0,
"ExpressId": "0ca5304f-2353-43ae-a00c-b2bdf7531214",
"MerchantId": "4e4f28f7-d664-4975-bfcd-9a34f45e0f12",
"Id": "20467cc0-6682-4afb-8048-8983d7093a5e",
"ClientId": "4922b429-934d-4a4b-9318-3808e4cc2768",
"IsActive": true,
"IsDeleted": true,
"CreateDate": "2025-10-28 19:02:56",
"UpdateDate": "2025-10-28 19:02:56",
"CreateBy": "b6c31157-8f25-46e1-966f-b4faa06a2a4f",
"UpdateBy": "9a859667-2f5d-4569-8746-6871bd375fac"
},
"ExpressName": "sample string 1",
"MerchantName": "sample string 2"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
SystemResult| Name | Description | Type | Additional information |
|---|---|---|---|
| Succeeded | boolean |
None. |
|
| Message | string |
None. |
|
| ReturnValue | Object |
None. |
Response Formats
application/json, text/json
Sample:
{
"Succeeded": true,
"Message": "sample string 2",
"ReturnValue": {}
}