Sync Standard Cost Codes
sync_standard_cost_codesBatch creates or updates standard cost codes in Procore Work Breakdown Structure. Use to synchronize cost code lists for a company.
Instructions
This endpoint creates or updates a batch of Standard Cost Codes. See Using Sync Actions for additional information. 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: company_id, standard_cost_code_list_id, updates. Procore API: Construction Financials > Work Breakdown Structure. Endpoint: PATCH /rest/v1.0/standard_cost_codes/sync
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| 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 | |
| updates | Yes | JSON request body field — the updates for this Work Breakdown Structure operation |