POST Api/Hu/GetPrintParams
Request Information
URI Parameters
None.
Body Parameters
HhPrintParamsRequest| Name | Description | Type | Additional information |
|---|---|---|---|
| OrderSn | string |
None. |
|
| LogisticsCode | string |
None. |
|
| BuyShopKey | string |
None. |
|
| SourcePlatformCode | 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"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
ApiBaseResponseOfString| Name | Description | Type | Additional information |
|---|---|---|---|
| StateCode | StateCodeEnum |
None. |
|
| Message | string |
None. |
|
| Data | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"StateCode": 0,
"Message": "sample string 1",
"Data": "sample string 2"
}