DELETE Logistics/RemovePackageLabel
Removes an existing PackageLabel.
Request Information
URI Parameters
None.
Body Parameters
PackageLabelBinding| Name | Description | Type | Additional information |
|---|---|---|---|
| ID | integer |
None. |
|
| Encoding |
Encoding used for RawLabel, e.g. Base64 |
string |
None. |
| Raw |
Label in raw data |
string |
None. |
| Name |
Label name |
string |
Required |
| OrderID | integer |
None. |
|
| Lang | string |
None. |
|
| StoreID | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"ID": 1,
"Encoding": "sample string 2",
"Raw": "sample string 3",
"Name": "sample string 4",
"OrderID": 5,
"Lang": "sample string 6",
"StoreID": 7
}
application/xml, text/xml
Sample:
<PackageLabelBinding 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> <OrderID xmlns="http://schemas.datacontract.org/2004/07/ShopworldApi.Admin.Models.Common.Order">5</OrderID> <ID xmlns="http://schemas.datacontract.org/2004/07/ShopworldApi.Admin.Models.Common.Logistics">0</ID> <Encoding>sample string 2</Encoding> <ID>1</ID> <Name>sample string 4</Name> <Raw>sample string 3</Raw> </PackageLabelBinding>
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.