Create BIM Model Revision Plan
create_bim_model_revision_planCreates a BIM model revision plan record linking a model revision to a plan for a project, then returns it with its new ID.
Instructions
Create a relationship between a BIM Model Revision and a BIM Plan. Creates the BIM model revision plan 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_model_revision_plan. Procore API: Preconstruction > BIM. Endpoint: POST /rest/v1.0/bim_model_revision_plans
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project_id | Yes | JSON request body field — unique identifier for the project. | |
| bim_model_revision_plan | Yes | JSON request body field — bIM Model Revision Plan |