Versions Compared

Key

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

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"
}