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

# Get_PurchaseOrderNote

`POST /api/PurchaseOrder/Get_PurchaseOrderNote`

Get purchase order notes
<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>250</b></span> / minute

## Request body

- PurchaseOrderGetPurchaseOrderNoteRequest
  - `pkPurchaseId` string, uuid — Purchase order unique identifier

## Response `200`

OK

- PurchaseOrderNote[]
  - `pkPurchaseOrderNoteId` string, uuid — Unique identifier for the purchase order note. Use this ID in Delete/Modify calls
  - `Note` string — Note text
  - `NoteDateTime` string, date-time — Note added datetime UTC
  - `UserName` string — Username of Note author
  - `NoteDate` string — Format the Note Date
  - `NoteTime` string — Format the Note Time

---

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