Create A BIM Viewpoint
create_a_bim_viewpointCreate a BIM viewpoint in a Procore project. Provide project_id and bim_viewpoint to receive the new viewpoint's ID.
Instructions
Creates a new BIM viewpoint in Procore. Creates the BIM viewpoint and returns it with its new id (HTTP 201); calling it again creates another record. Failures come back as an error payload carrying the HTTP status — commonly 401 when the token has expired, 403 without tool permission, and 404 when an id does not resolve. Required parameters: project_id, bim_viewpoint. Procore API: Preconstruction > BIM. Endpoint: POST /rest/v1.0/bim_viewpoints
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project_id | Yes | JSON request body field — unique identifier for the project. | |
| bim_viewpoint | Yes | JSON request body field — the bim viewpoint for this BIM operation |