Update Time And Material Timecard
update_time_and_material_timecardUpdate a Procore Time & Material Timecard by providing its ID and project ID. Modify fields such as hours worked, work classification, or associated time entry.
Instructions
Update a specified Time And Material Timecard. Use this to update an existing Field Productivity records (only the supplied fields are changed). Updates the specified Field Productivity records and returns the modified object on success. Required parameters: id, project_id. Procore API: Project Management > Field Productivity. Endpoint: PATCH /rest/v1.0/projects/{project_id}/time_and_material_timecards/{id}
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | URL path parameter — iD of the project to get the time and material timecards for | |
| project_id | Yes | URL path parameter — unique identifier for the project. | |
| run_configurable_validations | No | Query string parameter — if true, validations are run for the corresponding Configurable Field Set. | |
| time_and_material_entry_id | No | JSON request body field — time & Material Entry Id the timecard is associated with | |
| timecard_time_type_id | No | JSON request body field — type id for the type of timecard being created | |
| login_information_id | No | JSON request body field — iD of the person the timecard is being created for | |
| work_classification_id | No | JSON request body field — iD of the worker's work classification | |
| hours_worked | No | JSON request body field — total hours worked |