post https://api.factorialhr.com/api/2025-01-01/resources/project_management/flexible_time_record_comments
What does it do?
This endpoint can be used to create a comment for an already existing flexible time record
. In order to retrieve the comment, you can use the read
endpoint for flexible time records
.
What params does it accept?
content
: the content itself for the comment to be created.flexible_time_record_id
: theflexible time record
to which the comment should be associated.
Is it related to other entities?
A flexible time record comment
is always related to a flexible time record
.
Who can use it?
Only companies who have enabled projects_flexible_tracking
feature.