This resource allows you to create, retrieve, update, and delete Forecast Planner Profiles. A Forecast Planner Profile allows an assignment of Forecast Planner Settings to a particular user.
Operations
Create Forecast Planner Profiles
POST /v1/forecasting/forecast_planner_profiles/multi_create
Create a Forecast Planner Profile
POST /v1/forecasting/forecast_planner_profiles
Delete Forecast Planner Profiles
POST /v1/forecasting/forecast_planner_profiles/multi_delete
Delete a Forecast Planner Profile by ID
DELETE /v1/forecasting/forecast_planner_profiles/{id}
Delete a Forecast Planner Profile by Name
DELETE /v1/forecasting/forecast_planner_profiles
Retrieve All Forecast Planner Profiles or by Name
GET /v1/forecasting/forecast_planner_profiles
Retrieve Forecast Planner Profiles
POST /v1/forecasting/forecast_planner_profiles/multi_read
Retrieve a Forecast Planner Profile by ID
GET /v1/forecasting/forecast_planner_profiles/{id}
Update Forecast Planner Profiles
POST /v1/forecasting/forecast_planner_profiles/multi_update
Update a Forecast Planner Profile by ID
PUT /v1/forecasting/forecast_planner_profiles/{id}