PUT Logistics/ModifyWarehouseImage
Modify metadata associated to an image
Request Information
URI Parameters
None.
Body Parameters
WarehouseImageBinding| Name | Description | Type | Additional information |
|---|---|---|---|
| ID | integer |
None. |
|
| WarehouseID |
Used only for validation purposes. This property cannot be modified once created. |
integer |
None. |
| Name | string |
Required |
|
| Description | string |
None. |
|
| SortOrder | integer |
None. |
|
| LanguageID |
this is the image to be displayed at languageID, if not null |
integer |
None. |
| Lang | string |
None. |
|
| StoreID | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"ID": 1,
"WarehouseID": 2,
"Name": "sample string 3",
"Description": "sample string 4",
"SortOrder": 5,
"LanguageID": 1,
"Lang": "sample string 6",
"StoreID": 7
}
application/xml, text/xml
Sample:
<WarehouseImageBinding 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> <Description>sample string 4</Description> <ID>1</ID> <LanguageID>1</LanguageID> <Name>sample string 3</Name> <SortOrder>5</SortOrder> <WarehouseID>2</WarehouseID> </WarehouseImageBinding>
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.