Use this call to add a new note to an order
Name | Type | Description |
---|---|---|
pkOrderID | Guid | The order id |
noteText | String | The note text |
isInternal | Boolean | True if the note should be internal, False if it shouldn't |
The following request format is required for this method.
GET | POST https://eu-ext.linnworks.net/api/ProcessedOrders/AddOrderNote
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.
pkOrderID=39d3a65d-775b-457c-92b3-95d979fca2e2¬eText=sample string 1&isInternal=true
This is an example of the response JSON. Results will vary depending on your data.
"d9e42f29-8383-4c2a-a1b6-bcd8dd8ec6c4"