Bulk Create Materials
bulk_create_materialsCreate multiple Material entries in a single request for Field Productivity records. Returns the created collection with per-item status for partial failures.
Instructions
Bulk create Material entries with one request. Use this to create many Field Productivity records records in a single request. Creates many Field Productivity records records in one request and returns the created collection (HTTP 201). Partial failures may occur — check each item's status. Required parameters: project_id, time_and_material_materials. Procore API: Project Management > Field Productivity. Endpoint: POST /rest/v1.0/projects/{project_id}/materials/bulk_create
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 |