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.
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=201e4802-cd77-47ef-b18f-2c7a993b1ca8&fromLocationId=74acf415-b8b5-46ca-ad7d-6a3f1ae06581&toLocationId=1ba61b1e-a17b-4b23-b8cf-7612407098a2
This is an example of the response JSON. Results will vary depending on your data.