DELETE Logistics/RemoveDisabledWarehousePeriod

Removes an existing DisabledWarehousePeriod.

Request Information

URI Parameters

None.

Body Parameters

DisabledWarehousePeriodBinding
NameDescriptionTypeAdditional information
ID

integer

None.

WarehouseID

integer

None.

From

date

None.

Till

date

None.

Lang

string

None.

StoreID

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "ID": 1,
  "WarehouseID": 2,
  "From": "2025-12-06T05:42:07.6205209+01:00",
  "Till": "2025-12-06T05:42:07.6205209+01:00",
  "Lang": "sample string 5",
  "StoreID": 6
}

application/xml, text/xml

Sample:
<DisabledWarehousePeriodBinding xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ShopworldApi.Admin.Models.Binding.Logistics">
  <Lang xmlns="http://schemas.datacontract.org/2004/07/ShopworldApi.Admin.Models.Common.Base">sample string 5</Lang>
  <StoreID xmlns="http://schemas.datacontract.org/2004/07/ShopworldApi.Admin.Models.Common.Base">6</StoreID>
  <From>2025-12-06T05:42:07.6205209+01:00</From>
  <ID>1</ID>
  <Till>2025-12-06T05:42:07.6205209+01:00</Till>
  <WarehouseID>2</WarehouseID>
</DisabledWarehousePeriodBinding>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json, application/xml, text/xml

Sample:

Sample not available.