Name | Type | Description |
---|---|---|
orderIds | List<Guid> |
The following request format is required for this method.
GET | POST https://eu-ext.linnworks.net/api/Orders/GetOrdersNotes
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.
orderIds=[
"0986eb17-9174-4289-be1d-273fdc5ce7fb"
]
This is an example of the response JSON. Results will vary depending on your data.
{
"4e7c142d-86d0-46c2-9002-243c350fb7c9": [
{
"OrderNoteId": "4c8c45bf-ae70-4eda-9c6e-c00f43633e13",
"OrderId": "051b109f-63c1-465a-b205-92d597a83f59",
"NoteDate": "2023-01-10T13:49:54.6817775+00:00",
"Internal": true,
"Note": "sample string 5",
"CreatedBy": "sample string 6",
"NoteTypeId": 64
}
]
}