Create Standard Cost Code
create_standard_cost_codeCreate a standard cost code to add a Work Breakdown Structure record to Procore. Requires company ID, cost code list ID, and cost code details.
Instructions
Create a new Standard Cost Code. Use this to create a new Work Breakdown Structure records in Procore. Creates a new Work Breakdown Structure records and returns the created object on success (HTTP 201). Required parameters: company_id, standard_cost_code_list_id, standard_cost_code. Procore API: Construction Financials > Work Breakdown Structure. Endpoint: POST /rest/v1.0/standard_cost_codes
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 | |
| standard_cost_code | Yes | JSON request body field — the standard cost code for this Work Breakdown Structure operation |