create_project_segment_item
Add a new segment item to a work breakdown structure in Procore projects to organize construction financials and project tasks.
Instructions
Create Project Segment Item. [Construction Financials/Work Breakdown Structure] POST /rest/v1.0/projects/{project_id}/work_breakdown_structure/segments/{segment_id}/segment_items
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project_id | Yes | Unique identifier for the project. | |
| segment_id | Yes | Segment ID | |
| code | Yes | Segment Item Code | |
| name | Yes | Segment Item Name | |
| parent_id | No | Parent ID | |
| sub_job_id | No | Required to create a legacy cost code for a specific sub job |