Update Standard Cost Code
update_standard_cost_codeUpdates an existing Work Breakdown Structure standard cost code record using the specified fields. Provide the code ID, company ID, list ID, and new code data.
Instructions
Update Standard 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, 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_list_id | Yes | JSON request body field — standard Cost Code List ID | |
| standard_cost_code | Yes | JSON request body field — the standard cost code for this Work Breakdown Structure operation |