Use this calll to change details of a bin.
Name | Type | Description |
---|---|---|
pkTransferId | Guid | The id of the transfer the bin belongs to. |
pkBinId | Guid | The id of the bin. |
BinName | String | The new name for the bin (pass an empty string if no change is required). |
BinReference | String | The new reference for the bin (pass an empty string if no change is required). |
BinBarcode | String | The new barcode for the bin (pass an empty string if no change is required). |
The following request format is required for this method.
POST https://eu-ext.linnworks.net//api/WarehouseTransfer/ChangeBinDetails HTTP/1.1
Host: eu-ext.linnworks.net
Connection: keep-alive
Accept: application/json, text/javascript, */*; q=0.01
Origin: https://www.linnworks.net
Accept-Language: en
User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36
Content-Type: application/x-www-form-urlencoded; charset=UTF-8
Referer: https://www.linnworks.net/
Accept-Encoding: gzip, deflate
Authorization: INSERT_YOUR_TOKEN_HERE
pkTransferId=4a76cf64-7986-4e8e-9f6c-ce4e977eb839&pkBinId=9e189808-6762-42d8-a84b-3e67aa63c4b3&BinName=sample string 1&BinReference=sample string 1&BinBarcode=sample string 1
This is an example response. Results may vary depending on your data.
null