...
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 | ||
---|---|---|
| ||
{
"error": "Order marked for cancelation",
"details": []
} |