---
title: "PUT /warehousetransfer/transfers/CheckForDraftTransfer"
method: PUT
path: "/warehousetransfer/transfers/CheckForDraftTransfer"
tags: ["WarehouseTransfer"]
---

# PUT /warehousetransfer/transfers/CheckForDraftTransfer

`PUT /warehousetransfer/transfers/CheckForDraftTransfer`

Use this call to see if a draft transfer already exists for the two locations

## Request body

- CheckForDraftTransferRequest
  - `toLocationId` string, uuid, required
  - `fromLocationId` string, uuid, required
  - `transferType` 1 | 2 — Type of transfer

## Response `200`

Success

- integer

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `405` — Method Not Allowed

---

[API](https://skmtc.net/linnworks/apis/authenticate-api.md) · [All operations](https://skmtc.net/linnworks/apis/authenticate-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/linnworks/authenticate-api/versions/0123569a22fb/schema)
