Update Goal Progress

Update the progress percentage of an individual goal.

Path Params
integer
required

employeeId is the employee ID with whom the goal is associated.

integer
required

goalId is the goal ID for the specified employee.

Body Params

The updated progress for the goal. Provide percentComplete (0-100) and optionally a completionDate when percentComplete is 100.

integer
required
0 to 100

The percentage of completion for the goal (0-100)

date | null

The date when the goal was completed in YYYY-MM-DD format. Required when percentComplete is 100.

Responses

Language
Credentials
:
URL
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json