POST api/RestoreO2OTrade
订单还原、取消
Request Information
URI Parameters
None.
Body Parameters
RestoreO2OTradeName | Description | Type | Additional information |
---|---|---|---|
Brand | string |
None. |
|
SheetId | string |
None. |
Request Formats
application/json, text/json
示例:
{ "brand": "sample string 1", "sheetId": "sample string 2" }
application/xml, text/xml
示例:
<RestoreO2OTrade xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/F360Service.Models.CancelRetail"> <SheetId>sample string 2</SheetId> <Brand>sample string 1</Brand> </RestoreO2OTrade>
application/x-www-form-urlencoded
示例:
Sample not available.
Response Information
Resource Description
ResponseName | Description | Type | Additional information |
---|---|---|---|
Flag | string |
None. |
|
MSG | string |
None. |
Response Formats
application/json, text/json
示例:
{ "flag": "sample string 1", "msg": "sample string 2" }
application/xml, text/xml
示例:
<Response xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/F360Service.Models"> <Flag>sample string 1</Flag> <MSG>sample string 2</MSG> </Response>