---
title: "POST /Inventory/{id}/lots/{lotId}/adjust"
method: POST
path: "/Inventory/{id}/lots/{lotId}/adjust"
tags: ["Inventory"]
---

# POST /Inventory/{id}/lots/{lotId}/adjust

`POST /Inventory/{id}/lots/{lotId}/adjust`

## Path parameters

- `id` string, required
- `lotId` string, required

## Request body

- AdjustLotQuantityDto
  - `newQuantity` union
    - number, double
    - string, double
  - `reason` string, nullable
  - `locationId` string, required
  - `containerId` string, nullable — Physical container the adjustment applies to (container code, or row id for code-less containers) — required for any lot split across multiple active containers. For controlled lots it is carried into the approval request.

## Response `200`

OK

- InventoryLotDto
  - `id` string
  - `inventoryItemId` string
  - `lotNumber` string, nullable
  - `expirationDate` string, date-time, nullable
  - `manufacturedDate` string, date-time, nullable
  - `manufacturer` string, nullable
  - `quantityOnHand` union
    - number, double
    - string, double
  - `originalQuantity` union
    - number, double
    - string, double
  - `containerId` string, nullable
  - `unitCost` union
    - number, double
    - string, double
  - `isActive` boolean
  - `receivedDate` string, date-time
  - `createdAt` string, date-time
  - `updatedAt` string, date-time

## Other responses

- `400` — Bad Request
- `404` — Not Found

---

[API](https://skmtc.net/clinicos/apis/pawthosx-business-api-v1.md) · [All operations](https://skmtc.net/clinicos/apis/pawthosx-business-api-v1/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/clinicos/pawthosx-business-api-v1/revisions/a905bde4e796/schema)
