Name | Type | Description |
---|---|---|
orderIds | List<Guid> |
The following request format is required for this method.
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=[
"1135e044-976a-4ea0-ae16-7812bc7a9393"
]
This is an example of the response JSON. Results will vary depending on your data.
{
"acaf0110-6f4d-4907-a469-79b1859d0c8b": [
{
"OrderNoteId": "44578cb4-1152-4a32-b576-f775aeb89681",
"OrderId": "2b8fba47-d176-43ae-80b8-179eec797328",
"NoteDate": "2022-03-09T13:04:14.309906+00:00",
"Internal": true,
"Note": "sample string 5",
"CreatedBy": "sample string 6",
"NoteTypeId": 64
}
]
}