---
title: "POST /V1.0/InventoryTransfers"
method: POST
path: "/V1.0/InventoryTransfers"
tags: ["InventoryTransfers"]
---

# POST /V1.0/InventoryTransfers

`POST /V1.0/InventoryTransfers`

## Headers

- `ApiIntegrationCode` string, required
- `UserName` string, required
- `Secret` string, required
- `ImpersonationResourceId` string

## Request body

- InventoryTransferModel
  - `id` integer
  - `fromLocationID` integer
  - `notes` string
  - `productID` integer
  - `quantityTransferred` integer
  - `serialNumber` string
  - `toLocationID` integer
  - `transferByResourceID` integer
  - `transferDate` string, date-time
  - `updateNote` string

## Response `200`

OK

- OperationResultModel
  - `itemId` Object

## Other responses

- `401` — Unauthorized
- `403` — Forbidden

---

[API](https://skmtc.net/autotask/apis/datto-autotask-psa-rest-api.md) · [All operations](https://skmtc.net/autotask/apis/datto-autotask-psa-rest-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/autotask/datto-autotask-psa-rest-api/versions/b5e89df4589e/schema)
