Let the platform do the work

/ForecastManagerWorksheets/assignQuota POST

Assign Quotas to All Reporting Users for a given timeperiod

Summary:

This endpoint is used to assign out the quota to the reporting users with out having to commit a forecast.

Parameters:

Param Description Optional
user_id The Manager's user id for who is assigning out the quota false
timeperiod_id Which timeperiod are we assigning quota for false

Input Example:

{ "user_id" : "seed_sarah_id", "timeperiod_id" : "36f7085a-5889-ea75-84c8-50f42bd1a5ba" }

Output Example:

{success: true}