Versions Compared

Key

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

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/get_wipbydate?startdatewip/date?start_date=20190416&starttimestart_time=08000000&enddateend_date=20190416&endtimeend_time=23590000


returns

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