Versions Compared

Key

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

...

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 {"order": "1234567", "right": "0002145214", "left":"0002155213"}


returns

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