Update A WBS Code
update_a_wbs_codeUpdate a Work Breakdown Structure code's description or status. Modify existing WBS records by providing project ID and code ID.
Instructions
Update a WBS Code with new custom description or 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, id. Procore API: Construction Financials > Work Breakdown Structure. Endpoint: PATCH /rest/v1.0/projects/{project_id}/work_breakdown_structure/wbs_codes/{id}
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project_id | Yes | URL path parameter — unique identifier for the project. | |
| id | Yes | URL path parameter — unique identifier of the Work Breakdown Structure resource | |
| description | No | JSON request body field — new custom description of the WBS Code | |
| status | No | JSON request body field — new status of the WBS Code |