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

# POST /Inventory/{id}/adjust

`POST /Inventory/{id}/adjust`

## Path parameters

- `id` string, required

## Request body

- AdjustInventoryDto
  - `lotId` string, nullable
  - `containerId` string, nullable — Physical container the adjustment applies to (container code, or row id for code-less non-controlled containers). Required when the lot is split across multiple active containers — for controlled substances the DEA Correction lands on a per-(book, container) ledger; for non-controlled lots it keeps lot == sum(containers) reconciled (ITE-275).
  - `quantity` union
    - number, double
    - string, double
  - `reason` string
  - `notes` string, nullable
  - `locationId` string, required — Required location ID for tracking where the adjustment applies.
  - `createDefaultLot` boolean — Set to true to confirm creation of a default lot when no active lot exists. If false and no lot exists, returns a 409 Conflict asking for confirmation.

## Response `200`

OK

- InventoryTransactionDto
  - `id` string
  - `inventoryItemId` string
  - `inventoryItem` InventoryItemSummaryDto
    - `id` string
    - `name` string
    - `sku` string, nullable
    - `category` string
    - `trackLots` boolean
    - `totalOnHand` union
      - integer
      - string, int32
    - `reorderPoint` union
      - integer
      - string, int32
  - `inventoryLotId` string, nullable
  - `inventoryLot` InventoryLotSummaryDto
    - `id` string
    - `lotNumber` string, nullable
    - `containerId` string, nullable
    - `expirationDate` string, date-time, nullable
  - `transactionType` string
  - `quantity` union
    - number, double
    - string, double
  - `balanceAfter` union
    - number, double
    - string, double
  - `patientId` string, nullable
  - `patient` DEAPatientSummaryDto
    - `id` string
    - `name` string
    - `species` string
    - `clientId` string, nullable
    - `clientName` string, nullable
  - `userId` string
  - `user` DEAUserSummaryDto
    - `id` string
    - `displayName` string
    - `firstName` string, nullable
    - `lastName` string, nullable
    - `email` string
  - `witnessUserId` string, nullable
  - `witnessUser` DEAUserSummaryDto
    - `id` string
    - `displayName` string
    - `firstName` string, nullable
    - `lastName` string, nullable
    - `email` string
  - `reason` string, nullable
  - `notes` string, nullable
  - `deaEntryId` string, nullable
  - `transactionDate` string, date-time
  - `createdAt` string, date-time
  - `warning` string, nullable

---

[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/versions/a905bde4e796/schema)
