---
title: "POST /PurchaseOrders/{id}/items"
method: POST
path: "/PurchaseOrders/{id}/items"
tags: ["PurchaseOrders"]
---

# POST /PurchaseOrders/{id}/items

`POST /PurchaseOrders/{id}/items`

## Path parameters

- `id` string, required

## Request body

- AddPurchaseOrderItemDto
  - `inventoryItemId` string
  - `quantityOrdered` union
    - number, double
    - string, double
  - `unitCost` union
    - number, double
    - string, double

## Response `200`

OK

- PurchaseOrderItemDto
  - `id` string
  - `purchaseOrderId` 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
  - `quantityOrdered` union
    - number, double
    - string, double
  - `quantityReceived` union
    - number, double
    - string, double
  - `quantityBackordered` union
    - number, double
    - string, double
  - `unitCost` union
    - number, double
    - string, double
  - `lineTotal` union
    - number, double
    - string, double
  - `lotNumber` string, nullable
  - `expirationDate` string, date-time, nullable
  - `containerId` 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/revisions/e7d381a5453b/schema)
