put https://api.bamboohr.com/api/gateway.php//v1/performance/employees//goals/
Update a goal.
Sample Request Url
https://api.bamboohr.com/api/gateway.php/samplecompany/v1/performance/employees/40342/goals/23
Sample Request Body
{
"dueDate": "2021-03-17",
"percentComplete": 10,
"sharedWithEmployeeIds": [
"40342"
],
"title": "Do the perfect cartwheel"
}
Sample Response
{
"goal": {
"id": "23",
"title": "Do the perfect cartwheel",
"description": null,
"percentComplete": 10,
"alignsWithOptionId": null,
"sharedWithEmployeeIds": [
40342
],
"dueDate": "2021-03-17",
"completionDate": null
}
}