alt text Cancel Order Example

JSON encoded OrderRequest Object

Cancelling an order uses the same OrderRequest object used on submission with a different OrderControlCode (CA).

Timing is crucial when cancelling orders. In some cases, your cancellation request will be entirely ignored.

If the order is not cancelled before grading, you will be billed for the transaction.

The Order LocalId is the only value used to determine the order you are attempting to cancel. If this value does not resolve to a live order in the system, the request is ignored.

{
  "$schema": "https://cdn.retinalscreenings.com/hosts/iris/schemas/order-submission.schema.2.3.1.json",
  "Version": "2.3.1", 	
  "OrderControlCode": "CA",             
  "ClientGuid": "63E3C9EF-66AC-4154-B0C2-494515EB99A7",    
  "Order": {
    "LocalId": "ORD1234"
  }
}

Back to top

Copyright © Intelligent Retinal Imaging Systems. All rights reserved. Legal Entity Global Location Number (GLN): 0860001130508