Update A Time And Material Notification
update_a_time_and_material_notificationUpdate a Time and Material Notification for a project. Send only fields to change; omitted fields keep current values. Requires project_id and returns the modified record.
Instructions
Updating a Time And Material Notification associated with the specified project. Send only the fields you intend to change; omitted fields keep their current values. Pass the record's fields as top-level arguments — they are nested under "time_and_material_notification" in the request payload for you. project_id defaults to the value set by procore_set_config when omitted. Returns the modified time and material notification on success. Failures come back as an error payload carrying the HTTP status — commonly 401 when the token has expired, 403 without tool permission, and 404 when an id does not resolve. 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 |
|---|---|---|---|
| closed | No | JSON request body field — the closed for this Field Productivity operation | |
| creation | No | JSON request body field — the creation for this Field Productivity operation | |
| project_id | Yes | URL path parameter — unique identifier for the project. | |
| company_signed | No | JSON request body field — the company signed for this Field Productivity operation | |
| customer_signed | No | JSON request body field — the customer signed for this Field Productivity operation | |
| 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 | |
| notify_dl_on_creation | No | JSON request body field — notify_dl_on_creation | |
| group_equipment_totals_by | No | JSON request body field — grouping configurations for T&M Equipment push to Change Management | |
| notify_dl_on_company_signed | No | JSON request body field — notify_dl_on_company_signed | |
| notify_dl_on_customer_signed | No | JSON request body field — notify_dl_on_customer_signed | |
| run_configurable_validations | No | Query string parameter — if true, validations are run for the corresponding Configurable Field Set. |