DELETE Logistics/RemoveShippingZoneLocation
Removes an existing ShippingZoneLocation.
Request Information
URI Parameters
None.
Body Parameters
ShippingZoneLocationBinding| Name | Description | Type | Additional information |
|---|---|---|---|
| ID | integer |
None. |
|
| ZoneID | integer |
None. |
|
| LocationID |
The id of this location, e.g. LocalityID, CountryID, PlaceID... |
integer |
None. |
| TypeID |
The entity type of this location, e.g. LocalityModel, CountryModel... |
integer |
None. |
| Excluded |
this zone is excluded |
boolean |
None. |
| Lang | string |
None. |
|
| StoreID | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"ID": 1,
"ZoneID": 2,
"LocationID": 3,
"TypeID": 4,
"Excluded": true,
"Lang": "sample string 6",
"StoreID": 7
}
application/xml, text/xml
Sample:
<ShippingZoneLocationBinding 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 6</Lang> <StoreID xmlns="http://schemas.datacontract.org/2004/07/ShopworldApi.Admin.Models.Common.Base">7</StoreID> <Excluded>true</Excluded> <ID>1</ID> <LocationID>3</LocationID> <TypeID>4</TypeID> <ZoneID>2</ZoneID> </ShippingZoneLocationBinding>
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.