Get WIP by Date (/wip/date)

Get WIP by date

Takes 4 arguments:

Start date, start time, end date, end time

Method returns the work in process numbers that occurred between the start date/time and the end date/time. Any interval can be specified.


Example:

http://localhost:4567/api/wip/date?start_date=20190416&start_time=08000000&end_date=20190416&end_time=23590000


returns

{
  "jobs-in": "000008",
  "jobs-out": "000000",
  "jobs-brk": "000000",
  "jobs-cancelled": "000000",
  "jobs-transferred": "000000",
  "stock-in": "000000",
  "stock-out": "000000"
}