Create Company Segment Item
create_company_segment_itemCreate a Work Breakdown Structure segment item in Procore by providing company ID, segment ID, code, and name.
Instructions
Create Company Segment Item. 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, segment_id, code, name. Procore API: Construction Financials > Work Breakdown Structure. Endpoint: POST /rest/v1.0/companies/{company_id}/work_breakdown_structure/segments/{segment_id}/segment_items
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| company_id | Yes | URL path parameter — unique identifier for the company. | |
| segment_id | Yes | URL path parameter — unique identifier of the segment | |
| code | Yes | JSON request body field — segment Item Code | |
| name | Yes | JSON request body field — segment Item Name | |
| segment_item_list_id | No | JSON request body field — segment Item List ID | |
| parent_id | No | JSON request body field — unique identifier of the parent |