Use this call to see if a draft transfer already exists for the two locations
Name | Type | Description |
---|---|---|
toLocationId | Guid | The id of the location the transfer should be going to |
fromLocationId | Guid | The id of the location the transfer should be coming from |
The following request format is required for this method.
GET | POST https://eu-ext.linnworks.net/api/WarehouseTransfer/CheckForDraftTransfer
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.
toLocationId=e58609bd-1f49-4c2c-a3e9-c053d00bb20c&fromLocationId=6d893681-105d-497a-b3c3-b54ed5f2191f
This is an example of the response JSON. Results will vary depending on your data.
"2db9209c-761d-4a13-983a-d4b26c00fabe"