Bulk Update WBS Codes
bulk_update_wbs_codesUpdate multiple Work Breakdown Structure codes in one request by specifying project ID, WBS code IDs, and attributes to change.
Instructions
Bulk update WBS Codes with the same status. 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, ids, attributes. Procore API: Construction Financials > Work Breakdown Structure. Endpoint: PATCH /rest/v1.0/projects/{project_id}/work_breakdown_structure/wbs_codes/update_all
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project_id | Yes | URL path parameter — unique identifier for the project. | |
| ids | Yes | JSON request body field — wBS Code IDs | |
| attributes | Yes | JSON request body field — the attributes for this Work Breakdown Structure operation |