Copy Subset From Standard Cost Code List
copy_subset_from_standard_cost_code_listCreates new Work Breakdown Structure records by copying a subset of cost codes from a standard cost code list to a specified project or subjob.
Instructions
Copy a subset of Cost Codes from Standard Cost Code List. Use this to duplicate an existing Work Breakdown Structure records as a new record. Creates a copy of the Work Breakdown Structure records and returns the newly created object (HTTP 201). Required parameters: standard_cost_code_list_id, standard_cost_code_ids, project_id. Procore API: Construction Financials > Work Breakdown Structure. Endpoint: POST /rest/v1.0/cost_codes/copy_subset_from_standard_list
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| standard_cost_code_list_id | Yes | JSON request body field — the ID of the standard cost code list id | |
| standard_cost_code_ids | Yes | JSON request body field — a list of the standard cost code ids to add to biller (must include the ancestors of any standard cost code in this list) | |
| sub_job_id | No | JSON request body field — the ID of the subjob biller | |
| project_id | Yes | JSON request body field — the ID of the project biller |