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.
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=a8f2d4fb-42f3-490e-8963-c213672523bb¬eText=sample string 1&isInternal=true
This is an example of the response JSON. Results will vary depending on your data.
"fd38951d-da81-4f69-8b27-633ae12708f7"