GET Api/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": "6f31e6e2-5f77-458b-8965-a0aec9bc0f1d",
"MerchantId": "0cb441ea-b569-4c1d-89c2-63bc769bcddd",
"Id": "f9bb01eb-004a-4380-964f-abe210ab2a34",
"ClientId": "11aecb41-2daf-4e89-8008-5f56f2bd89e5",
"IsActive": true,
"IsDeleted": true,
"CreateDate": "2026-09-16 10:23:19",
"UpdateDate": "2026-09-16 10:23:19",
"CreateBy": "dfb1e854-830b-49cd-97e7-272f562f96dd",
"UpdateBy": "2d87fd67-9337-40ff-81b1-0828bfc8d29a"
},
{
"Seq": 1,
"WeightFrom": 2.0,
"WeightTo": 3.0,
"FirstPrice": 4.0,
"AddWeight": 5.0,
"AddPrice": 6.0,
"ExpressId": "6f31e6e2-5f77-458b-8965-a0aec9bc0f1d",
"MerchantId": "0cb441ea-b569-4c1d-89c2-63bc769bcddd",
"Id": "f9bb01eb-004a-4380-964f-abe210ab2a34",
"ClientId": "11aecb41-2daf-4e89-8008-5f56f2bd89e5",
"IsActive": true,
"IsDeleted": true,
"CreateDate": "2026-09-16 10:23:19",
"UpdateDate": "2026-09-16 10:23:19",
"CreateBy": "dfb1e854-830b-49cd-97e7-272f562f96dd",
"UpdateBy": "2d87fd67-9337-40ff-81b1-0828bfc8d29a"
}
]