Create Cost Code
create_cost_codeCreates a new cost code in Procore's Work Breakdown Structure. Provide project ID and cost code details to add a new WBS record.
Instructions
Create a new 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: project_id, cost_code. Procore API: Construction Financials > Work Breakdown Structure. Endpoint: POST /rest/v1.0/cost_codes
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project_id | Yes | JSON request body field — unique identifier for the project. | |
| sub_job_id | No | JSON request body field — unique identifier for the Sub Job | |
| cost_code | Yes | JSON request body field — cost Code object |