Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

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?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"
}
  • No labels