POST Api/Hu/GetHhWayBillData
Request Information
URI Parameters
None.
Body Parameters
HhWayBillDataRequestName | Description | Type | Additional information |
---|---|---|---|
OrderSn | string |
None. |
|
LogisticsCode | string |
None. |
|
BuyShopKey | string |
None. |
|
SourcePlatformCode | string |
None. |
|
TemplateUrl | string |
None. |
|
BranchCode | string |
None. |
|
BranchName | string |
None. |
|
DyWaybillId | string |
None. |
Request Formats
application/json, text/json
Sample:
{ "OrderSn": "sample string 1", "LogisticsCode": "sample string 2", "BuyShopKey": "sample string 3", "SourcePlatformCode": "sample string 4", "TemplateUrl": "sample string 5", "BranchCode": "sample string 6", "BranchName": "sample string 7", "DyWaybillId": "sample string 8" }
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
ApiBaseResponseOfHhWayBillDataResponseName | Description | Type | Additional information |
---|---|---|---|
StateCode | StateCodeEnum |
None. |
|
Message | string |
None. |
|
Data | HhWayBillDataResponse |
None. |
Response Formats
application/json, text/json
Sample:
{ "StateCode": 0, "Message": "sample string 1", "Data": { "ownerCode": "sample string 1", "deliveryOrderCode": "sample string 2", "signature": "sample string 3", "encryptedData": "sample string 4", "logisticsCode": "sample string 5", "expressCode": "sample string 6" } }