POST
api/v1/OrderReturnExchange
Request Information
Body Parameters
OrderReturnExchangeRequestName | Description | Type | Additional information |
---|---|---|---|
OrderNumber | string |
None. |
|
OrderGUID | globally unique identifier |
None. |
|
OrderStatusID | integer |
None. |
|
ClientID | integer |
None. |
|
SellerID | integer |
None. |
Request Formats
application/json, text/json
{ "OrderNumber": "sample string 1", "OrderGUID": "bf574eea-fa0e-4b83-a226-ee7f43f078f7", "OrderStatusID": 3, "ClientID": 4, "SellerID": 5 }
text/html
{"OrderNumber":"sample string 1","OrderGUID":"bf574eea-fa0e-4b83-a226-ee7f43f078f7","OrderStatusID":3,"ClientID":4,"SellerID":5}
application/xml, text/xml
<OrderReturnExchangeRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/FDCMSAdminAPI.Models.Order"> <ClientID>4</ClientID> <OrderGUID>bf574eea-fa0e-4b83-a226-ee7f43f078f7</OrderGUID> <OrderNumber>sample string 1</OrderNumber> <OrderStatusID>3</OrderStatusID> <SellerID>5</SellerID> </OrderReturnExchangeRequest>
application/x-www-form-urlencoded
Sample not available.
Response Information
Description:
Return type: string
Response Formats
application/json, text/json, text/html
"sample string 1"
application/xml, text/xml
<string xmlns="http://schemas.microsoft.com/2003/10/Serialization/">sample string 1</string>