Get Hot Orders (/orders/hot)

Get list of hot orders (hot jobs)

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


Example

http://localhost:4567/api/orders/hot


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"
  }
]