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 4 Current »

Do Lens and/or Frame 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
    UPC for the frame

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

You can send the lens OPC's without the frame or vice-versa if you are doing separate lens / frame pick verifications.

Example

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


returns

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