Update Project Segment Item
update_project_segment_itemUpdate a specific Work Breakdown Structure segment item by providing project, segment, and item IDs. Modify fields like code, name, status, or sub job ID.
Instructions
Update a specific Project Segment Item. The ID of the record is subject to change under certain conditions, please store the response accordingly. Use this to update an existing Work Breakdown Structure records (only the supplied fields are changed). Updates the specified Work Breakdown Structure records and returns the modified object on success. Required parameters: project_id, segment_id, id. Procore API: Construction Financials > Work Breakdown Structure. Endpoint: PATCH /rest/v1.0/projects/{project_id}/work_breakdown_structure/segments/{segment_id}/segment_items/{id}
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 | |
| id | Yes | URL path parameter — unique identifier of the Work Breakdown Structure resource | |
| code | No | JSON request body field — segment Item Code | |
| name | No | JSON request body field — segment Item Name | |
| status | No | JSON request body field — segment Item Status | |
| sub_job_id | No | JSON request body field — required to update a legacy cost code for a specific sub job |