Update Multiple Time And Material Entries
update_multiple_time_and_material_entriesBulk update existing time and material entries for a project. Modifies specified field productivity records and returns updated objects.
Instructions
Update Multiple Time And Material Entries. 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: project_id. Procore API: Project Management > Field Productivity. Endpoint: PATCH /rest/v1.0/projects/{project_id}/time_and_material_entries/bulk_update
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| 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_ids | No | JSON request body field — iD's of the Time And Material Entry Objects to be updated | |
| change_event_id | No | JSON request body field — associated Change Event ID | |
| update_change_event_attachment | No | JSON request body field — will the attachments need to be updated |