Get Orders at Station (/jt/stations/orders)

Get list of orders at a given job station

Takes 1 argument:

Station ID



Example

http://localhost:4567/api/jt/stations/orders?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" } ]