---
title: "POST /warehousetransfer/transfers/AddItemReceivedBatches"
method: POST
path: "/warehousetransfer/transfers/AddItemReceivedBatches"
tags: ["WarehouseTransfer"]
---

# POST /warehousetransfer/transfers/AddItemReceivedBatches

`POST /warehousetransfer/transfers/AddItemReceivedBatches`

## Request body

- AddItemReceivedBatchesRequest
  - `batches` ItemReceivedBatchesModel, required
    - `addedBatches` ItemNewReceivedBatchModel[], nullable
      - `batchId` integer
      - `batchInventoryId` integer
      - `stockItemId` string, uuid
      - `availableQuantity` integer
      - `batchNumber` string, nullable
      - `batchStatus` 0 | 1 | 2 | 3 — Possible values are: Available=0; Damaged=1; Expired=2; Restricted=3;
      - `expiryDate` string, date-time
      - `sellBy` string, date-time
      - `prioritySequence` integer
      - `unitCost` number, double
      - `quantity` integer
      - `binRack` string, nullable
      - `binrackId` integer, nullable
      - `stockValue` number, double
    - `addedBatchInventories` ItemNewReceivedBatchModel[], nullable
      - `batchId` integer
      - `batchInventoryId` integer
      - `stockItemId` string, uuid
      - `availableQuantity` integer
      - `batchNumber` string, nullable
      - `batchStatus` 0 | 1 | 2 | 3 — Possible values are: Available=0; Damaged=1; Expired=2; Restricted=3;
      - `expiryDate` string, date-time
      - `sellBy` string, date-time
      - `prioritySequence` integer
      - `unitCost` number, double
      - `quantity` integer
      - `binRack` string, nullable
      - `binrackId` integer, nullable
      - `stockValue` number, double
    - `updatedBatches` ItemUpdatedReceivedBatchModel[], nullable
      - `batchId` integer
      - `batchInventoryId` integer
      - `quantity` integer
      - `unitCost` number, double
    - `deletedBatches` integer[], nullable
  - `transferItemId` integer, required
  - `transferId` integer, required
  - `stockItemId` string, uuid, required

## Response `200`

Success

- boolean

## 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)
