GET AdminApi/Delivery/GetTransRule?exId={exId}&merchId={merchId}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| exId | globally unique identifier |
Required |
|
| merchId | globally unique identifier |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of ExpressRule| Name | Description | Type | Additional information |
|---|---|---|---|
| Seq | integer |
None. |
|
| WeightFrom | decimal number |
None. |
|
| WeightTo | decimal number |
None. |
|
| FirstPrice | decimal number |
None. |
|
| AddWeight | decimal number |
None. |
|
| AddPrice | decimal number |
None. |
|
| ExpressId | globally unique identifier |
None. |
|
| MerchantId | globally unique identifier |
None. |
|
| Id | globally unique identifier |
None. |
|
| ClientId | globally unique identifier |
None. |
|
| IsActive | boolean |
Required |
|
| IsDeleted | boolean |
Required |
|
| CreateDate | date |
Required |
|
| UpdateDate | date |
None. |
|
| CreateBy | globally unique identifier |
Required |
|
| UpdateBy | globally unique identifier |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"Seq": 1,
"WeightFrom": 2.0,
"WeightTo": 3.0,
"FirstPrice": 4.0,
"AddWeight": 5.0,
"AddPrice": 6.0,
"ExpressId": "3193ec9c-9a91-4b4f-9994-75a266858d2f",
"MerchantId": "962959f2-50bc-4714-8815-6294718aa1bd",
"Id": "40f87926-7a52-41bc-be74-581744a8c777",
"ClientId": "5ed31534-52f4-45d1-a0b3-46fabf7ce4ec",
"IsActive": true,
"IsDeleted": true,
"CreateDate": "2026-04-20 09:51:46",
"UpdateDate": "2026-04-20 09:51:46",
"CreateBy": "e8e49a51-35dc-44a1-95db-f36e772c6fe3",
"UpdateBy": "bb87938e-00d3-45a7-b08e-29dab763b272"
},
{
"Seq": 1,
"WeightFrom": 2.0,
"WeightTo": 3.0,
"FirstPrice": 4.0,
"AddWeight": 5.0,
"AddPrice": 6.0,
"ExpressId": "3193ec9c-9a91-4b4f-9994-75a266858d2f",
"MerchantId": "962959f2-50bc-4714-8815-6294718aa1bd",
"Id": "40f87926-7a52-41bc-be74-581744a8c777",
"ClientId": "5ed31534-52f4-45d1-a0b3-46fabf7ce4ec",
"IsActive": true,
"IsDeleted": true,
"CreateDate": "2026-04-20 09:51:46",
"UpdateDate": "2026-04-20 09:51:46",
"CreateBy": "e8e49a51-35dc-44a1-95db-f36e772c6fe3",
"UpdateBy": "bb87938e-00d3-45a7-b08e-29dab763b272"
}
]