update_project_segment_item
Modify segment item details in a construction project's work breakdown structure, including code, name, status, and sub-job associations.
Instructions
Update Project Segment Item. [Construction Financials/Work Breakdown Structure] 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 | Unique identifier for the project. | |
| segment_id | Yes | Segment ID | |
| id | Yes | Segment Item ID | |
| code | No | Segment Item Code | |
| name | No | Segment Item Name | |
| status | No | Segment Item Status | |
| sub_job_id | No | Required to update a legacy cost code for a specific sub job |