Use this call 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
Connection: keep-alive
Accept: application/json
Content-Type: application/x-www-form-urlencoded; charset=UTF-8
Accept-Encoding: gzip, deflate
Authorization: INSERT_YOUR_TOKEN_HERE
This is an example of the request structure. Results will vary depending on your data.
pkTransferId=24a95dbc-7d8b-4481-9833-f54ca644bc64&pkBinId=cbb378b3-af23-43f5-b0b9-a25596e48ebf&BinName=sample string 1&BinReference=sample string 1&BinBarcode=sample string 1
This is an example of the response JSON. Results will vary depending on your data.