Move Catalog
move_catalogRelocate a Cost Catalog under a different parent catalog, creating a new record and returning the created object.
Instructions
Moves Catalog under Parent Catalog. Use this to perform the move catalog action on Cost Catalog records. Creates a new Cost Catalog records and returns the created object on success (HTTP 201). Required parameters: catalog_id, parent_catalog_id, company_id. Procore API (v2.0): Preconstruction > Cost Catalog. Endpoint: POST /rest/v2.0/companies/{company_id}/estimating/catalogs/{catalog_id}/move/{parent_catalog_id}
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| catalog_id | Yes | URL path parameter — unique identifier of the catalog | |
| parent_catalog_id | Yes | URL path parameter — unique identifier of the parent catalog | |
| company_id | Yes | URL path parameter — unique company identifier associated with the Procore User Account. |