Use this call to update the from location of a transfer.
Name | Type | Description |
---|---|---|
pkTransferId | Guid | The id of the transfer. |
newLocationId | Guid | The location id which represents the from location. |
The following request format is required for this method.
POST https://eu-ext.linnworks.net//api/WarehouseTransfer/ChangeTransferFromLocation 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=bf677226-5ddd-4835-a986-c01186c9719a&newLocationId=6b99a6bf-c496-4863-b4ae-c8756d835bc2
This is an example response. Results may vary depending on your data.
null