Create Wbs Attributes
create_wbs_attributesCreate Work Breakdown Structure attributes in Procore to organize project costs. Provide company, project, name, and position to add a new WBS record.
Instructions
Create Wbs Attributes 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, name, position. Procore API (v2.0): Construction Financials > Work Breakdown Structure. Endpoint: POST /rest/v2.0/companies/{company_id}/projects/{project_id}/wbs/attributes
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. | |
| name | Yes | JSON request body field — attribute name. Unique within the project. | |
| position | Yes | JSON request body field — position of the Attribute in the Company. Unique within the Project. |