Custom Drivers Setup

This resource allows you to retrieve Custom Drivers. Custom Drivers includes labor data that does not vary by volume or by static value.

Operations


Create Custom Driver
POST /v1/forecasting/custom_drivers


Create Custom Drivers
POST /v1/forecasting/custom_drivers/multi_create


Delete Custom Driver by ID
DELETE /v1/forecasting/custom_drivers/{id}


Delete Custom Drivers
POST /v1/forecasting/custom_drivers/multi_delete


Retrieve Custom Drivers
POST /v1/forecasting/custom_drivers/multi_read


Retrieve a Custom Driver by ID
GET /v1/forecasting/custom_drivers/{id}


Retrieve a Custom Driver by Name and Generic Department
GET /v1/forecasting/custom_drivers


Update Custom Driver by ID
PUT /v1/forecasting/custom_drivers/{id}


Update Custom Drivers
POST /v1/forecasting/custom_drivers/multi_update