DELETE Booking/RemoveShippingAppointment
Removes a ShippingAppointment from the order
Request Information
URI Parameters
None.
Body Parameters
RemoveShippingAppointmentBinding| Name | Description | Type | Additional information |
|---|---|---|---|
| ID | integer |
None. |
|
| OrderID | integer |
None. |
|
| Token | globally unique identifier |
None. |
|
| Lang | string |
None. |
|
| StoreID | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"ID": 1,
"OrderID": 2,
"Token": "8eaf5919-0df1-405b-801f-311e934facae",
"Lang": "sample string 4",
"StoreID": 5
}
application/xml, text/xml
Sample:
<RemoveShippingAppointmentBinding xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ShopworldApi.Web.Models.Binding.Booking"> <Lang xmlns="http://schemas.datacontract.org/2004/07/ShopworldApi.Web.Models.Common.Base">sample string 4</Lang> <StoreID xmlns="http://schemas.datacontract.org/2004/07/ShopworldApi.Web.Models.Common.Base">5</StoreID> <OrderID xmlns="http://schemas.datacontract.org/2004/07/ShopworldApi.Web.Models.Common.Order">2</OrderID> <Token xmlns="http://schemas.datacontract.org/2004/07/ShopworldApi.Web.Models.Common.Order">8eaf5919-0df1-405b-801f-311e934facae</Token> <ID>1</ID> </RemoveShippingAppointmentBinding>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
None.