Create Viewpoint And Procore Item Association
create_viewpoint_and_procore_item_associationAssociates a BIM viewpoint with a Procore item to link models with project data using the Procore API.
Instructions
A BIM Viewpoint can be associated with other procore items. This API endpoint creates that association. Use this to create a new BIM records in Procore. Creates a new BIM records and returns the created object on success (HTTP 201). Required parameters: bim_viewpoint_id, project_id. Procore API: Preconstruction > BIM. Endpoint: POST /rest/v1.0/bim_viewpoints/{bim_viewpoint_id}/associations
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| bim_viewpoint_id | Yes | URL path parameter — unique identifier of the bim viewpoint | |
| project_id | Yes | JSON request body field — unique identifier for the project. | |
| procore_item | No | JSON request body field — details of Procore item to be linked to a BimViewpoint |