DELETE Booking/RemoveShippingBusinessHours

Removes a warehouse from a shipping BusinessHours

Request Information

URI Parameters

None.

Body Parameters

ShippingBusinessHoursBinding
NameDescriptionTypeAdditional information
WarehouseID

integer

None.

BusinessHoursID

integer

None.

CustomerPickup

If false, delivery service

boolean

None.

Lang

string

None.

StoreID

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "WarehouseID": 1,
  "BusinessHoursID": 2,
  "CustomerPickup": true,
  "Lang": "sample string 4",
  "StoreID": 5
}

application/xml, text/xml

Sample:
<ShippingBusinessHoursBinding 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>
  <BusinessHoursID>2</BusinessHoursID>
  <CustomerPickup>true</CustomerPickup>
  <WarehouseID>1</WarehouseID>
</ShippingBusinessHoursBinding>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

integer

Response Formats

application/json, text/json

Sample:
1

application/xml, text/xml

Sample:
<int xmlns="http://schemas.microsoft.com/2003/10/Serialization/">1</int>