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=03f0ef1c-07a0-4a3b-890b-938abe6fade7
This is an example of the response JSON. Results will vary depending on your data.
[
{
"pkPurchaseOrderNoteId": "fc78d75e-4b5f-427f-9ac7-c376644ac973",
"Note": "sample string 2",
"NoteDateTime": "2022-08-03T16:02:32.1517154+01:00",
"UserName": "sample string 4",
"NoteDate": " 03 Aug 22",
"NoteTime": " 16:02"
}
]