update_time_and_material_timecard
Modify time and material timecards in Procore to update labor hours, classifications, and project billing details for accurate field productivity tracking.
Instructions
Update Time And Material Timecard. [Project Management/Field Productivity] PATCH /rest/v1.0/projects/{project_id}/time_and_material_timecards/{id}
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | ID of the project to get the time and material timecards for | |
| project_id | Yes | Unique identifier for the project. | |
| run_configurable_validations | No | If true, validations are run for the corresponding Configurable Field Set. | |
| time_and_material_entry_id | No | Time & Material Entry Id the timecard is associated with | |
| timecard_time_type_id | No | Type id for the type of timecard being created | |
| login_information_id | No | ID of the person the timecard is being created for | |
| work_classification_id | No | ID of the worker's work classification | |
| hours_worked | No | Total hours worked |