Order

Add note to order.

post/rest/api/orders/{id}/note/

Path parameters

idstring required

order number in Apilo system, e.g. <code>AL0012345</code>

Request body

type1 | 2

Type of the note

commentstring required

Note content

Example request

{
  "type": 2,
  "comment": "I'll ask for delivery next week at the earliest"
}

Response

Order note created correctly

{"stackTrail":"paths:/rest/api/orders/{id}/note/:post:responses:201:content:application/json:schema","oasType":"schema","type":"unknown"}

Changes