Back

Search

Search

Methods

Inventory

OrderPrintStatus
Orders

PurchaseOrder /Get_PurchaseOrderNote

Allows 250 calls per minute

Response: List<PurchaseOrderNote>



Get purchase order notes

Parameters

NameTypeDescription
pkPurchaseIdGuidPurchase order unique identifier

Permissions

GlobalPermissions.Inventory.PurchaseOrder.ViewPurchaseOrderNode

Example Request

The following request format is required for this method.

Endpoint URL

GET | POST https://eu-ext.linnworks.net/api/PurchaseOrder/Get_PurchaseOrderNote

Headers

Connection: keep-alive
Accept: application/json
Content-Type: application/x-www-form-urlencoded; charset=UTF-8
Accept-Encoding: gzip, deflate
Authorization: INSERT_YOUR_TOKEN_HERE

Request Body

This is an example of the request structure. Results will vary depending on your data.

pkPurchaseId=61ecb7e3-f543-4c54-b1ea-7b7e0fc2e57e

Response

This is an example of the response JSON. Results will vary depending on your data.

[
  {
    "pkPurchaseOrderNoteId": "61d2f23d-0105-49d0-bf3c-b1315e72f11f",
    "Note": "sample string 2",
    "NoteDateTime": "2023-01-10T13:49:49.9573379+00:00",
    "UserName": "sample string 4",
    "NoteDate": " 10 Jan 23",
    "NoteTime": " 13:49"
  }
]