Update Catalog
update_catalogUpdate an existing Cost Catalog record in Procore by supplying the catalog ID and company ID; only the fields you provide are changed.
Instructions
Update Catalog. Use this to update an existing Cost Catalog records (only the supplied fields are changed). Updates the specified Cost Catalog records and returns the modified object on success. Required parameters: catalog_id, company_id. Procore API (v2.0): Preconstruction > Cost Catalog. Endpoint: PATCH /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 |