Lens / Frame Pick (/lenses/pick)
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 (you can use the order #, or tray # or the Purchase order #)
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" }