Versions Compared

Key

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

...

Code Block
languagejson
{
  "error": "Printing request rejected",
  "details": [
    "No printer defined for workstation 00"
  ]
}
  • 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": []
    }