Get the order notes
Name | Type | Description |
---|---|---|
orderId | Guid | Order id |
The following request format is required for this method.
POST https://eu-ext.linnworks.net/api/Orders/GetOrderNotes
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.
orderId=10d2da9d-e61e-4d4b-9cdd-54a12b3ff675
This is an example of the response JSON. Results will vary depending on your data.
[
{
"OrderNoteId": "1f2f1d81-03b3-41c5-8cc8-034d38fef64c",
"OrderId": "9839103a-7552-4230-9703-df657f8974b7",
"NoteDate": "2022-03-09T13:04:14.309906+00:00",
"Internal": true,
"Note": "sample string 5",
"CreatedBy": "sample string 6",
"NoteTypeId": 64
}
]