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_wipbydatewip/date?startdate=20190416&starttime=08000000&enddate=20190416&endtime=23590000


returns

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