Update Standard Cost Code
update_standard_cost_codeUpdate a Procore standard cost code by specifying only fields to change; omitted fields stay unchanged. Resolve the ID with the list tool first to avoid 404 errors.
Instructions
Updates an existing standard cost code in Procore. Send only the fields you intend to change; omitted fields keep their current values. id must identify an existing parent record — resolve it with the matching list tool first. Returns the modified standard cost 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: id, company_id, standard_cost_code_list_id, standard_cost_code. Procore API: Construction Financials > Work Breakdown Structure. Endpoint: PATCH /rest/v1.0/standard_cost_codes/{id}
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | URL path parameter — unique identifier of the Work Breakdown Structure resource | |
| view | No | Query string parameter — the 'default' view only returns id and standard_cost_code_list_id. The 'compact' view also includes origin_id. The 'extended' view includes the more complete list of attributes shown below. The 'ex... | |
| company_id | Yes | JSON request body field — unique identifier for the Procore company | |
| standard_cost_code | Yes | JSON request body field — the standard cost code for this Work Breakdown Structure operation | |
| standard_cost_code_list_id | Yes | JSON request body field — standard Cost Code List ID |