Versions Compared

Key

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

Get list of hot orders (hot jobs)

Returns a list of all jobs orders marked as hot jobs, or rush jobs (first character of the special instructions is "!")


Example

http://localhost:4567/api/orders/get_hotjobshot


returns

[
  {
    "order-number": "2340906",
    "order-account-num": "1",
    "ord-cust-job-id": "OTISSON JULIAN",
    "order-status-station": "OR",
    "order-status-desc": "",
    "order-status-cust-desc": "",
    "order-status-date": "20190424",
    "order-status-time": "1017"
  },
  {
    "order-number": "2340916",
    "order-account-num": "1",
    "ord-cust-job-id": "WALSH TERRY",
    "order-status-station": "OR",
    "order-status-desc": "",
    "order-status-cust-desc": "",
    "order-status-date": "20190424",
    "order-status-time": "1017"
  }
]