Create A WBS Code
create_a_wbs_codeCreate a new Work Breakdown Structure code by specifying segment items. If the combination exists, the existing code is updated with the provided description.
Instructions
Create a new WBS code using the specified segments. If the combination of segments matches an existing WBS Code, the existing code will be updated with the description provided. 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: project_id, segment_items. Procore API: Construction Financials > Work Breakdown Structure. Endpoint: POST /rest/v1.0/projects/{project_id}/work_breakdown_structure/wbs_codes
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project_id | Yes | URL path parameter — unique identifier for the project. | |
| description | No | JSON request body field — description of the wbs code. | |
| segment_items | Yes | JSON request body field — the segment items for this Work Breakdown Structure operation |