Use this call to update the from and to locations of a transfer.
Name | Type | Description |
---|---|---|
pkTransferId | Guid | The id of the transfer. |
fromLocationId | Guid | The location id which represents the from location. |
toLocationId | Guid | The location id which represents the to location. |
The following request format is required for this method.
GET | POST https://eu-ext.linnworks.net/api/WarehouseTransfer/ChangeTransferLocations
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=714817f4-b2c6-4275-abc5-262a0985eb56&fromLocationId=90b66ea7-40da-4f79-b5fa-4d676a0c3ac3&toLocationId=75a75c40-5cf2-4a18-b7da-2e37b2c1d1ee
This is an example of the response JSON. Results will vary depending on your data.