Bulk Create WBS Codes
bulk_create_wbs_codesBulk create WBS codes using specified segments; existing matching codes get updated with the provided description. Returns the modified code on success or an error payload.
Instructions
Bulk Create WBS codes using the specified segments. If the combination of segments matches an existing WBS Code, the existing code will be updated with the description provided. 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, bulk. Procore API: Construction Financials > Work Breakdown Structure. Endpoint: PATCH /rest/v1.0/projects/{project_id}/work_breakdown_structure/wbs_codes/bulk_create
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| bulk | Yes | JSON request body field — the bulk for this Work Breakdown Structure operation | |
| project_id | Yes | URL path parameter — unique identifier for the project. |