Update Company WBS Segment
update_company_wbs_segmentUpdate an existing company-level Work Breakdown Structure segment. Modify specified fields like name, segment item list, or project permissions.
Instructions
Update company level WBS Segment. 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: company_id, id. Procore API: Construction Financials > Work Breakdown Structure. Endpoint: PATCH /rest/v1.0/companies/{company_id}/work_breakdown_structure/segments/{id}
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| company_id | Yes | URL path parameter — unique identifier for the company. | |
| id | Yes | URL path parameter — unique identifier of the Work Breakdown Structure resource | |
| segment_item_list_id | No | Query string parameter — segment Item List ID | |
| name | No | JSON request body field — segment Name | |
| project_can_modify_origin_project | No | JSON request body field — whether project-specific Segment Items are able to be added/edited/removed from a Project. | |
| project_can_delete_origin_company | No | JSON request body field — whether Segment Items inherited from the company-level are able to be deleted from a Project. |