Create Inspection Type
create_inspection_typeCreate a new inspection type for a company using Procore's API. Provide the company ID to get started.
Instructions
Create an Inspection Type for a Company. 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. Procore API: Project Management > Inspections. Endpoint: POST /rest/v1.0/companies/{company_id}/inspection_types
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| company_id | Yes | URL path parameter — unique identifier for the company. | |
| name | No | JSON request body field — the name for this Inspections operation |