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.
GET | 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=18f173e8-86c2-4fe2-aef3-0979dffe93e1&newLocationId=a53049b1-7d45-4033-8dc6-b720df0c4e14
This is an example of the response JSON. Results will vary depending on your data.