Create Catalog
create_catalogCreate a new cost catalog record in Procore. Provide a company ID to add a catalog with a specified name, returning the created object.
Instructions
Creates new Cost 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: company_id. Procore API (v2.0): Preconstruction > Cost Catalog. Endpoint: POST /rest/v2.0/companies/{company_id}/estimating/catalogs
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| 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 |