Bulk Update WBS Codes
bulk_update_wbs_codesBulk update WBS codes with the same status in one request, avoiding repeated single-record calls. Uses project_id from config when omitted and returns modified codes on success.
Instructions
Bulk update WBS Codes with the same status. Prefer this over repeated single-record calls when handling many WBS codes at once. project_id defaults to the value set by procore_set_config when omitted. Returns the modified WBS code on success. Failures come back as an error payload carrying the HTTP status — commonly 401 when the token has expired, 403 without tool permission, and 404 when an id does not resolve. 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 |
|---|---|---|---|
| ids | Yes | JSON request body field — wBS Code IDs | |
| attributes | Yes | JSON request body field — the attributes for this Work Breakdown Structure operation | |
| project_id | Yes | URL path parameter — unique identifier for the project. |