Use this call to update the to location of a transfer.
Name | Type | Description |
---|---|---|
pkTransferId | Guid | The id of the transfer. |
newLocationId | 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/ChangeTransferToLocation
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=aa55759d-9740-47af-8c53-74d1cf8553ab&newLocationId=515617a3-4ff4-4f11-b6de-5807792a13c6
This is an example of the response JSON. Results will vary depending on your data.