Get the order notes
Name | Type | Description |
---|---|---|
orderId | Guid | Order id |
The following request format is required for this method.
GET | 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=5e80f09b-bc0e-4491-b8f2-9d8d1654d73e
This is an example of the response JSON. Results will vary depending on your data.
[
{
"OrderNoteId": "c0cf1b4c-a1fe-4541-870a-89e98fdbd0cb",
"OrderId": "6c5ae386-130e-41b7-853a-89649e832d09",
"NoteDate": "2023-01-10T13:49:54.6805752+00:00",
"Internal": true,
"Note": "sample string 5",
"CreatedBy": "sample string 6",
"NoteTypeId": 64
}
]