Update Cost Code
update_cost_codeUpdate an existing Work Breakdown Structure cost code by modifying only the supplied fields.
Instructions
Update a specific Cost Code. 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: id, project_id, cost_code. Procore API: Construction Financials > Work Breakdown Structure. Endpoint: PATCH /rest/v1.0/cost_codes/{id}
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | URL path parameter — unique identifier for the Cost Code | |
| project_id | Yes | JSON request body field — unique identifier for the project. | |
| sub_job_id | No | JSON request body field — unique identifier for the Sub Job | |
| cost_code | Yes | JSON request body field — cost Code object |