Update Goal ProgressAsk AIput https://{companyDomain}.bamboohr.com/api/v1/performance/employees/{employeeId}/goals/{goalId}/progressUpdate the progress percentage of an individual goal.Path ParamsemployeeIdintegerrequiredemployeeId is the employee ID with whom the goal is associated.goalIdintegerrequiredgoalId is the goal ID for the specified employee.Body ParamsThe updated progress for the goal. Provide percentComplete (0-100) and optionally a completionDate when percentComplete is 100.percentCompleteintegerrequired0 to 100The percentage of completion for the goal (0-100)completionDatedate | nullThe date when the goal was completed in YYYY-MM-DD format. Required when percentComplete is 100.Responses 200A successful response indicates that all the requested changes were made. The content of the response will be the goal response object for the specified goalId. 400The posted JSON is invalid. 403Goal is not editable or insufficient permissions. 404No goal found for the given goalId.Updated 22 days ago