Create Wbs Attribute Items In Bulk
create_wbs_attribute_items_in_bulkBulk create Work Breakdown Structure attribute items for a Procore project using company and project IDs.
Instructions
Create Wbs Attribute Items in bulk for a given project. Use this to create a new Work Breakdown Structure records in Procore. Creates a new Work Breakdown Structure records and returns the created object on success (HTTP 201). Required parameters: company_id, project_id. Procore API (v2.0): Construction Financials > Work Breakdown Structure. Endpoint: POST /rest/v2.0/companies/{company_id}/projects/{project_id}/wbs/attribute_items/bulk
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| company_id | Yes | URL path parameter — unique identifier for the company. | |
| project_id | Yes | URL path parameter — unique identifier for the project. | |
| attribute_items | No | JSON request body field — the attribute items for this Work Breakdown Structure operation |