POST Booking/AddShippingAppointment
Creates a reciproque bound between two ShippingAppointments.
Request Information
URI Parameters
None.
Body Parameters
AddShippingAppointmentBinding| Name | Description | Type | Additional information |
|---|---|---|---|
| OrderShippingID | integer |
None. |
|
| SlotID | integer |
None. |
|
| SortOrder |
Relative to other appointments of the same slot |
integer |
None. |
| Expiration | date |
None. |
|
| Lang | string |
None. |
|
| StoreID | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"OrderShippingID": 1,
"SlotID": 2,
"SortOrder": 3,
"Expiration": "2025-12-06T05:40:39.1968862+01:00",
"Lang": "sample string 4",
"StoreID": 5
}
application/xml, text/xml
Sample:
<AddShippingAppointmentBinding xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ShopworldApi.Admin.Models.Binding.Booking"> <Lang xmlns="http://schemas.datacontract.org/2004/07/ShopworldApi.Admin.Models.Common.Base">sample string 4</Lang> <StoreID xmlns="http://schemas.datacontract.org/2004/07/ShopworldApi.Admin.Models.Common.Base">5</StoreID> <Expiration>2025-12-06T05:40:39.1968862+01:00</Expiration> <OrderShippingID>1</OrderShippingID> <SlotID>2</SlotID> <SortOrder>3</SortOrder> </AddShippingAppointmentBinding>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.