post https://api.factorialhr.com/api/2025-01-01/resources/project_management/flexible_time_records
What does it do?
This endpoint allows the creation of a new flexible time record
with the given params. A flexible time record is used to impute time to a project, without having an strict relation with an attendance's shift. For a successful creation; the given project
must be active
and the given project worker
must be assigned
.
What params does it accept?
project_worker_id
: theproject worker
that will be related to theflexible time record
.date
: the date that occured theflexible time record
.imputed minutes
: the amount of time that has to be imputed, in minutes.subproject_id
: optionally, the id of thesubproject
worked on.
Who can use it?
Only companies who have enabled projects_flexible_tracking
feature and users with the permission to create flexible time records.