POST Api/Hu/NoticeOrderRefundExpress
Request Information
URI Parameters
None.
Body Parameters
HhRefundNoticeRequest| Name | Description | Type | Additional information |
|---|---|---|---|
| OrderSn | string |
None. |
|
| PShippingName | string |
None. |
|
| PTrackingNumber | string |
None. |
|
| ShippingName | string |
None. |
|
| TrackingNumber | string |
None. |
|
| WarehouseCode | string |
None. |
|
| OperateTime | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"OrderSn": "sample string 1",
"PShippingName": "sample string 2",
"PTrackingNumber": "sample string 3",
"ShippingName": "sample string 4",
"TrackingNumber": "sample string 5",
"WarehouseCode": "sample string 6",
"OperateTime": "sample string 7"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
ApiBaseResponseOfBoolean| Name | Description | Type | Additional information |
|---|---|---|---|
| StateCode | StateCodeEnum |
None. |
|
| Message | string |
None. |
|
| Data | boolean |
None. |
Response Formats
application/json, text/json
Sample:
{
"StateCode": 0,
"Message": "sample string 1",
"Data": true
}