create_company_segment_item
Add a new segment item to a company's work breakdown structure in Procore by specifying company ID, segment ID, code, and name.
Instructions
Create Company Segment Item. [Construction Financials/Work Breakdown Structure] POST /rest/v1.0/companies/{company_id}/work_breakdown_structure/segments/{segment_id}/segment_items
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| company_id | Yes | Unique identifier for the company. | |
| segment_id | Yes | Segment ID | |
| code | Yes | Segment Item Code | |
| name | Yes | Segment Item Name | |
| segment_item_list_id | No | Segment Item List ID | |
| parent_id | No | Parent ID |