Update All Project Segment Items
update_all_project_segment_itemsBatch update Work Breakdown Structure segment items by modifying status or other attributes for multiple items and their children in one request.
Instructions
Update All Segment Items with the same attributes. The endpoint currently handles updating status (deactivating or reactivating) for segment items and their children. 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, ids, attributes. Procore API: Construction Financials > Work Breakdown Structure. Endpoint: PATCH /rest/v1.0/projects/{project_id}/work_breakdown_structure/segments/{segment_id}/segment_items/update_all
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 | |
| ids | Yes | JSON request body field — list of segment item IDs. The API will find and update the children of the provided IDs. | |
| attributes | Yes | JSON request body field — the attributes for this Work Breakdown Structure operation |