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

Version 1 Current »

Status Of An Order (get_orderstatus?order=orderid)

Example:

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


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


returns

{
  "order-number": "2340894",
  "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"
}
  • No labels