Create New Sub Cost Catalog
create_new_sub_cost_catalogCreate a new sub-cost catalog record in Procore using a parent catalog ID and company ID. Adds a single-level cost catalog to the estimating module.
Instructions
There can be created only one level sub-catalog. Use this to create a new Cost Catalog records in Procore. Creates a new Cost Catalog records and returns the created object on success (HTTP 201). Required parameters: catalog_id, company_id. Procore API (v2.0): Preconstruction > Cost Catalog. Endpoint: POST /rest/v2.0/companies/{company_id}/estimating/catalogs/{catalog_id}
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| catalog_id | Yes | URL path parameter — unique identifier of the catalog | |
| company_id | Yes | URL path parameter — unique company identifier associated with the Procore User Account. | |
| name | No | JSON request body field — the name for this Cost Catalog operation |