Get list of
...
orders at a given job station
Takes 1 argument:
Station ID
...
http://localhost:4567/api/jt/stations/jobsorders?station=001
returns
Code Block |
---|
[ { "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" } ] |