Create Wbs Attribute Item
create_wbs_attribute_itemCreates a new Work Breakdown Structure attribute item in Procore for a project. Requires company, project, attribute ID, and unique name.
Instructions
Create Wbs Attribute Item 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, attribute_id, name. Procore API (v2.0): Construction Financials > Work Breakdown Structure. Endpoint: POST /rest/v2.0/companies/{company_id}/projects/{project_id}/wbs/attribute_items
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_id | Yes | JSON request body field — unique identifier of the attribute | |
| name | Yes | JSON request body field — attribute Item name. Unique within the Attribute. |