Create A New Time And Material Notification
create_a_new_time_and_material_notificationCreate a new Time and Material Notification for a specified project to record field productivity data. Required parameter: project ID.
Instructions
Create a new Time And Material Notification associated with the specified project. Use this to create a new Field Productivity records in Procore. Creates a new Field Productivity records and returns the created object on success (HTTP 201). Required parameters: project_id. Procore API: Project Management > Field Productivity. Endpoint: POST /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 |