This resource allows you to create, retrieve, update, and delete Forecast Planner Settings.
Operations
Create Forecast Planner Settings
POST /v1/forecasting/forecast_planner_settings/multi_create
Create a Forecast Planner Setting
POST /v1/forecasting/forecast_planner_settings
Delete Forecast Planner Settings
POST /v1/forecasting/forecast_planner_settings/multi_delete
Delete a Forecast Planner Setting by ID
DELETE /v1/forecasting/forecast_planner_settings/{id}
Delete a Forecast Planner Setting by Name
DELETE /v1/forecasting/forecast_planner_settings
Retrieve All Forecast Planner Settings or by Name
GET /v1/forecasting/forecast_planner_settings
Retrieve Factor Definition Types
GET /v1/forecasting/forecast_planner_settings/resources/factor_types
Retrieve Forecast Planner Settings
POST /v1/forecasting/forecast_planner_settings/multi_read
Retrieve Steps
GET /v1/forecasting/forecast_planner_settings/resources/steps
Retrieve Volume Drivers Available to Forecast Planner
GET /v1/forecasting/forecast_planner_settings/resources/volume_drivers
Retrieve Volume Forecast Intervals
GET /v1/forecasting/forecast_planner_settings/resources/volume_forecast_intervals
Retrieve a Forecast Planner Setting by ID
GET /v1/forecasting/forecast_planner_settings/{id}
Update Forecast Planner Settings
POST /v1/forecasting/forecast_planner_settings/multi_update
Update a Forecast Planner Setting by ID
PUT /v1/forecasting/forecast_planner_settings/{id}