update_company_wbs_segment
Modify work breakdown structure segments for construction financials in Procore. Update segment details like name, permissions, and item lists to manage project-level customization.
Instructions
Update Company WBS Segment. [Construction Financials/Work Breakdown Structure] PATCH /rest/v1.0/companies/{company_id}/work_breakdown_structure/segments/{id}
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| company_id | Yes | Unique identifier for the company. | |
| id | Yes | ID | |
| segment_item_list_id | No | Segment Item List ID | |
| name | No | Segment Name | |
| project_can_modify_origin_project | No | Whether project-specific Segment Items are able to be added/edited/removed from a Project. | |
| project_can_delete_origin_company | No | Whether Segment Items inherited from the company-level are able to be deleted from a Project. |