Forecasting Category Profiles

This resource allows you to create, retrieve, update, and delete Forecasting Category Profiles, which control which forecast categories a manager can see and assign.

Operations


Create Forecasting Category Profile
POST /v1/forecasting/category_profiles


Create Forecasting Category Profiles
POST /v1/forecasting/category_profiles/multi_create


Delete Forecasting Category Profile by ID
DELETE /v1/forecasting/category_profiles/{id}


Delete Forecasting Category Profiles
POST /v1/forecasting/category_profiles/multi_delete


Retrieve All Forecasting Category Profiles, Only Active, or by Name
GET /v1/forecasting/category_profiles


Retrieve Forecasting Category Profile by ID
GET /v1/forecasting/category_profiles/{id}


Retrieve Forecasting Category Profiles
POST /v1/forecasting/category_profiles/multi_read


Update Forecasting Category Profile by ID
PUT /v1/forecasting/category_profiles/{id}


Update Forecasting Category Profiles
POST /v1/forecasting/category_profiles/multi_update