Restore Materials In Bulk
restore_materials_in_bulkBulk restore materials from the recycle bin for a Procore project by providing company_id, project_id, and resource_guids.
Instructions
Only Admin users can restore materials from the recycle bin. Send only the fields you intend to change; omitted fields keep their current values. company_id and project_id default to the values 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: company_id, project_id, resource_guids. Procore API (v2.0): Resource Management > Materials Management. Endpoint: PATCH /rest/v2.0/companies/{company_id}/projects/{project_id}/materials_mgmt/materials/bulk_update
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| company_id | Yes | URL path parameter — the company identifier | |
| project_id | Yes | URL path parameter — the project identifier | |
| resource_guids | Yes | JSON request body field — the resource guids for this Materials Management operation |