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

# Add_PurchaseOrderNote

`POST /api/PurchaseOrder/Add_PurchaseOrderNote`

Add purchase order note
<b>Permissions Required: </b> GlobalPermissions.Inventory.PurchaseOrder.EditPurchaseOrderNode
<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

- PurchaseOrderAddPurchaseOrderNoteRequest
  - `pkPurchaseId` string, uuid — Purchase order unique identifier
  - `Note` string — Note text, 2000 chars max (longer notes are truncated)

## Response `200`

OK

- PurchaseOrderNote — Purchase order note class
  - `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)
