Bulk Update Materials
bulk_update_materialsUpdate multiple material records in one API request to avoid repeated single-record calls. Bulk edit materials efficiently with a unified PATCH to Procore.
Instructions
Bulk update Material entries with one request. Prefer this over repeated single-record calls when handling many materials at once. project_id defaults to the value set by procore_set_config when omitted. Returns the modified material 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, 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 |