---
title: "Get_DeliveredRecords"
method: POST
path: "/api/PurchaseOrder/Get_DeliveredRecords"
tags: ["PurchaseOrder"]
---

# Get_DeliveredRecords

`POST /api/PurchaseOrder/Get_DeliveredRecords`

Get delivered item records for specific PO
<b>Permissions Required: </b> GlobalPermissions.Inventory.PurchaseOrder.ViewPurchaseOrderNode
<b>Rate limit: </b><span style="background-color:#0272d9;color:white;padding:4px 8px;text-align:center;border-radius:5px; font-size: small;"><b>150</b></span> / minute

## Request body

- PurchaseOrderGetDeliveredRecordsRequest
  - `pkPurchaseId` string, uuid — PO id

## Response `200`

OK

- GetDeliveredRecordsResponse
  - `Items` CommonPurchaseOrderDeliveredRecord[]
    - `pkDeliveryRecordId` integer — Delivery record Id
    - `fkPurchaseItemId` string, uuid — Purchase item id
    - `fkStockLocationId` string, uuid — Purchase item location id
    - `UnitCost` number, double — Unit cost
    - `DeliveredQuantity` integer — Quantity delivered
    - `CreatedDateTime` string, date-time — Record creation date
    - `ModifiedDateTime` string, date-time — Record modification date
    - `fkBatchInventoryId` integer — Purchase item batch Id (Optional)

---

[API](https://skmtc.dev/linnworks/apis/authenticate-api.md) · [All operations](https://skmtc.dev/linnworks/apis/authenticate-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/linnworks/authenticate-api/revisions/0123569a22fb/schema)
