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

Get Rx and production information about a specific order (/orders?order=orderid)


Method takes one argument, the order number information is to be returned for.


Example:

http://localhost:4567/api/orders?order=2340894


Input - 1 parameter, number of order for which status is being requested


returns

{
  "order-number": "2340896",
  "order-status": "both eyes calculated",
  "job-type": "Uncut with frame",
  "order-account": "1",
  "order-status-station": "OR",
  "order-status-desc": "NEW REMOTE JOB",
  "order-status-cust-desc": "Order received in lab",
  "order-status-date": "20190424",
  "order-status-time": "1017",
  "right-style": "SV",
  "right-material": "P",
  "right-sphere": " +1.12",
  "right-cyl": "",
  "right-axis": "",
  "right-dist-pd": "+31.0",
  "right-near-pd": "",
  "right-add": "",
  "right-upper-add": "",
  "right-seg-height": "",
  "right-base-tool": " -5.00",
  "right-base-tool-padded": " -5.02",
  "right-cross-tool": " -5.00",
  "right-cross-tool-padded": " -5.02",
  "right-oc-thick": " +1.60",
  "right-min-et": " +0.75",
  "right-min-et-angle": "212",
  "left-style": "SV",
  "left-material": "P",
  "left-sphere": " +1.12",
  "left-cyl": "",
  "left-axis": "",
  "left-dist-pd": "+31.0",
  "left-near-pd": "",
  "left-add": "",
  "left-upper-add": "",
  "left-seg-height": "",
  "left-base-tool": " -5.00",
  "left-base-tool-padded": " -5.02",
  "left-cross-tool": " -5.00",
  "left-cross-tool-padded": " -5.02",
  "left-oc-thick": " +1.60",
  "left-min-et": " +0.75",
  "left-min-et-angle": "328",
  "ar-code": "VIP",
  "ar-desc": "VIP INCOTERM EXW",
  "tint-code": "",
  "tint-desc": ""
}
  • No labels