Histórico

Consultar Histórico

GET https://api.dooca.store/orders/:id/history

Parâmetro: O ID do pedido.

HTTP STATUS: 200 OK
[
  {
    "id_order_history": "1",
    "id_order": "1",
    "id_employee": null,
    "name": null,
    "status": "open",
    "note": null,
    "created_at": "2018-11-09 11:23:32"
  }
]