Create Project Segment Item
create_project_segment_itemCreate a new Work Breakdown Structure segment item in a Procore project. Provide project ID, segment ID, code, and name.
Instructions
Create Project 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: project_id, segment_id, code, name. Procore API: Construction Financials > Work Breakdown Structure. Endpoint: POST /rest/v1.0/projects/{project_id}/work_breakdown_structure/segments/{segment_id}/segment_items
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project_id | Yes | URL path parameter — unique identifier for the project. | |
| 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 | |
| parent_id | No | JSON request body field — unique identifier of the parent | |
| sub_job_id | No | JSON request body field — required to create a legacy cost code for a specific sub job |