Get purchase order notes
Name | Type | Description |
---|---|---|
pkPurchaseId | Guid | Purchase order unique identifier |
The following request format is required for this method.
GET | POST https://eu-ext.linnworks.net/api/PurchaseOrder/Get_PurchaseOrderNote
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
This is an example of the request structure. Results will vary depending on your data.
pkPurchaseId=61ecb7e3-f543-4c54-b1ea-7b7e0fc2e57e
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"
}
]