POST AdminApi/Express/GetExpressWithDiscount
Request Information
URI Parameters
None.
Body Parameters
ExpressCondition| Name | Description | Type | Additional information |
|---|---|---|---|
| DeliveryAddrId | globally unique identifier |
None. |
|
| ExpressId | globally unique identifier |
None. |
|
| ShipCode | string |
None. |
|
| CCode | string |
None. |
|
| TCode | string |
None. |
|
| TotalWeight | decimal number |
None. |
|
| ItemAmount | decimal number |
None. |
|
| MerchantId | globally unique identifier |
None. |
|
| StationCode | string |
None. |
|
| ProductWeightInfo | Collection of ProductWeightInfo |
None. |
|
| MerchantIds | Collection of globally unique identifier |
None. |
Request Formats
application/json, text/json
Sample:
{
"DeliveryAddrId": "0a38752e-7dc8-410c-a162-ab892e325927",
"ExpressId": "efd85bc2-47c7-4ace-8931-fa2e61715e28",
"ShipCode": "sample string 3",
"CCode": "sample string 4",
"TCode": "sample string 5",
"TotalWeight": 6.0,
"ItemAmount": 7.0,
"MerchantId": "ab1fc87d-d999-4d00-baa0-5304d260766e",
"StationCode": "sample string 9",
"ProductWeightInfo": [
{
"Code": "sample string 1",
"Qty": 2
},
{
"Code": "sample string 1",
"Qty": 2
}
],
"MerchantIds": [
"47fba4d7-a73c-4efd-a621-42fec2433611",
"954ed272-fb27-409a-8b2b-31ae13c4d6b9"
]
}
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": {}
}