Create A Company WBS Segment
create_a_company_wbs_segmentCreates a new company-level Work Breakdown Structure segment in Procore for organizing financial records. Specify company ID, segment name, and structure type.
Instructions
Create a new company level WBS Segment. 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, name, structure. Procore API: Construction Financials > Work Breakdown Structure. Endpoint: POST /rest/v1.0/companies/{company_id}/work_breakdown_structure/segments
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| company_id | Yes | URL path parameter — unique identifier for the company. | |
| name | Yes | JSON request body field — segment Name | |
| project_can_modify_origin_project | No | JSON request body field — whether project-specific Segment Items are able to be added/edited/removed from a Project. | |
| project_can_delete_origin_company | No | JSON request body field — whether Segment Items inherited from the company-level are able to be deleted from a Project. | |
| structure | Yes | JSON request body field — the Structure for this Wbs Segment. |