Bulk Update Materials
bulk_update_materialsUpdate multiple material entries at once with one request. Modify existing Field Productivity records by specifying project ID and material array.
Instructions
Bulk update Material entries with one request. 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, time_and_material_materials. Procore API: Project Management > Field Productivity. Endpoint: PATCH /rest/v1.0/projects/{project_id}/materials/bulk_update
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project_id | Yes | URL path parameter — unique identifier for the project. | |
| time_and_material_materials | Yes | JSON request body field — array of Material objects |