Creates An Inspection Item Comment
creates_an_inspection_item_commentAdd a new comment to a specified inspection item on a Procore project. Requires project and inspection IDs to post via the Procore API.
Instructions
Adds a new Comment for a specified Inspection Item on a given Project. Use this to perform the creates an action on Inspections. Creates a new Inspections and returns the created object on success (HTTP 201). Required parameters: project_id, inspection_id. Procore API: Project Management > Inspections. Endpoint: POST /rest/v1.0/projects/{project_id}/inspections/{inspection_id}/comments
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project_id | Yes | URL path parameter — unique identifier for the project. | |
| inspection_id | Yes | URL path parameter — unique identifier for the inspection. |