Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
{
  "error": "No record found",
  "details": [
    "Provided: 999999"
  ]
}

If the requested order has been marked for cancellation an HTTP 200 error code will be returned with the standard error body.

Code Block
languagejson
{
  "error": "Order marked for cancelation",
  "details": []
}