v1
latestOpenAPI 3.1.02026-07-26549156879.0 KBProjectManagement > TimeRecord
Update project workers a Time record
What does it do?
This endpoint is used to change the project that an employee (project_worker) has assigned to an attendance_shift.
post/api/2026-07-01/resources/project_management/time_records/update_project_worker
Request body
Response
OK
Example response
{
"id": "1",
"project_worker_id": "1",
"attendance_shift_id": "1",
"subproject_id": "1",
"date": "2021-01-01",
"imputed_minutes": 480,
"clock_in": "2021-01-01T08:00:00Z",
"clock_out": "2021-01-01T17:00:00Z",
"observations": "Comment for the time record"
}