Sync Standard Cost Codes
sync_standard_cost_codesCreate or update a batch of Standard Cost Codes in Procore with one sync request. Send only fields to change; omitted fields retain their current values. Provide company_id, list ID, and updates.
Instructions
This endpoint creates or updates a batch of Standard Cost Codes. See Using Sync Actions for additional information. Send only the fields you intend to change; omitted fields keep their current values. 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: 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... | |
| updates | Yes | JSON request body field — the updates for this Work Breakdown Structure operation | |
| 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 |