Bulk Create WBS Codes
bulk_create_wbs_codesCreate or update Work Breakdown Structure codes in bulk, matching existing codes by segment combinations and updating descriptions.
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. 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, 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 |
|---|---|---|---|
| project_id | Yes | URL path parameter — unique identifier for the project. | |
| bulk | Yes | JSON request body field — the bulk for this Work Breakdown Structure operation |