Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Get list of late

...

orders

Returns a list of all jobs orders that were wanted earlier than the current system date

...

http://localhost:4567/api/jobsorders/late

returns

Code Block
[
  {
    "order-number": "2340906",
    "order-tray-num": "98108",
    "order-account-num": "1",
    "ord-cust-job-id": "OTISSON JULIAN",
    "ord-wanted-date":"20190404",
    "order-days-late":"0007",
    "order-status-station": "OR",
    "order-status-desc": "",
    "order-status-cust-desc": "",
    "order-status-date": "20190424",
    "order-status-time": "1017"
  },
  {
    "order-number": "2340916",
    "order-tray-num": "98221",
    "order-account-num": "1",
    "ord-cust-job-id": "WALSH TERRY",
    "ord-wanted-date":"20190404",
    "order-days-late":"0007",
    "order-status-station": "OR",
    "order-status-desc": "",
    "order-status-cust-desc": "",
    "order-status-date": "20190424",
    "order-status-time": "1017"
  }
]

...