Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 3 Next »

Do Lens Pick Verification

This method is used to do lens pick verification in Rx-Universe from a third-party source (web page or software). 

  • The arguments are:
    order number
    OPC of the blank for the right eye
    OPC of the blank for the left eye

The return is the order number and a message indicating the lens pick was successful, or an error describing the problem.  


Example

POST http://localhost:4567/api/lenses/pick {"order": "1234567", "right": "0002145214", "left":"0002155213"}


returns

{
  "order-number": "1234567",
  "ws-order-status": "successful"
}
  • No labels