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 Next »

Get list of jobs at a given job station

Takes 1 argument:

Station ID


Example

http://localhost:4567/api/get_jobs_at_job_station?station=001


returns

[
  {
    "order-number": "1016",
    "order-account-num": "1",
    "ord-cust-job-id": "LENS PICK 2",
    "ord-wanted-date": "20190730",
    "order-status-station": "001",
    "order-status-desc": "",
    "order-status-cust-desc": "",
    "order-status-date": "20190730",
    "order-status-time": "0902"
  },
  {
    "order-number": "2340899",
    "order-account-num": "1",
    "ord-cust-job-id": "EXAMPLE",
    "ord-wanted-date": "20190427",
    "order-status-station": "001",
    "order-status-desc": "",
    "order-status-cust-desc": "",
    "order-status-date": "20190726",
    "order-status-time": "2128"
  }
]
  • No labels