Schedule List
You can get list of all existing Warehouse Schedules.
GET
End Point: /warehouse/schedules
You can also apply filters as defined here.
Pagination is supported for this API. Click here to see the details of it.
Sample response payload
[
 {
  "recordid": "string",
  "issystemgenerated": true,
  "isops": true,
  "customerstatus": "Active",
  "done": true,
  "ordertype": "string",
  "scheduletype": "string",
  "schedulestatus": "Reserved",
  "orderid": "string",
  "orderdescription": "string",
  "scheduledatetime": "MM/dd/yyyy HH:mm",
  "customervendorid": "string",
  "customervendorname": "string",
  "siteid": "string",
  "sitename": "string",
  "assignedtoid": "string",
  "assignedtoname": "string",
  "projectid": "string",
  "projectname": "string",
  "eventid": "string",
  "eventname": "string",
  "managedbyid": "string",
  "managedbyname": "string",
  "ostatus": "Partly Filled",
  "loadindatetime": "MM/dd/yyyy HH:mm",
  "locationid": "string",
  "locationname": "string",
  "addressline": "string",
  "city": "string",
  "state": "string",
  "zip": "string",
  "country": "string",
  "transitmode": "Customer",
  "loadingbayids": "string"
 }
]
