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.
GET | POST https://eu-ext.linnworks.net/api/WarehouseTransfer/ChangeTransferFromLocation
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=71c58e23-dbe4-45ff-a8d6-a06bd1b5c42b&newLocationId=278623a9-d20c-496b-a9d7-a6061c141af5
This is an example of the response JSON. Results will vary depending on your data.