Create Reinspections
create_reinspectionsCreate a reinspection for an existing inspection in Procore by providing the company, project, and inspection identifiers.
Instructions
Creates a Reinspection for an Inspection. Use this to create a new Inspections in Procore. Creates a new Inspections and returns the created object on success (HTTP 201). Required parameters: company_id, project_id, inspection_id. Procore API (v2.0): Project Management > Inspections. Endpoint: POST /rest/v2.0/companies/{company_id}/projects/{project_id}/inspections/{inspection_id}/reinspections
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| company_id | Yes | URL path parameter — unique identifier for the company. | |
| project_id | Yes | URL path parameter — unique identifier for the project. | |
| inspection_id | Yes | URL path parameter — unique identifier for the inspection. |