Update A Time And Material Notification
update_a_time_and_material_notificationUpdate an existing time and material notification for a project. Modify specified field productivity records while leaving others unchanged.
Instructions
Updating a Time And Material Notification associated with the specified project. 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_notifications
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. | |
| creation | No | JSON request body field — the creation for this Field Productivity operation | |
| customer_signed | No | JSON request body field — the customer signed for this Field Productivity operation | |
| company_signed | No | JSON request body field — the company signed for this Field Productivity operation | |
| closed | No | JSON request body field — the closed for this Field Productivity operation | |
| group_equipment_totals_by | No | JSON request body field — grouping configurations for T&M Equipment push to Change Management | |
| notify_dl_on_customer_signed | No | JSON request body field — notify_dl_on_customer_signed | |
| notify_dl_on_company_signed | No | JSON request body field — notify_dl_on_company_signed | |
| notify_dl_on_creation | No | JSON request body field — notify_dl_on_creation | |
| notify_dl_on_closed | No | JSON request body field — the notify dl on closed for this Field Productivity operation | |
| group_labor_totals_by | No | JSON request body field — grouping configurations for T&M Labor push to Change Management |