Create Checklist Schedule Attachment
create_checklist_schedule_attachmentUpload an attachment to a checklist schedule in Procore to add files to an inspection record.
Instructions
Uploads an Attachment to the specified Checklist Schedule. Use this to create a new Inspections in Procore. Creates a new Inspections and returns the created object on success (HTTP 201). Required parameters: project_id, schedule_id, attachment. Procore API: Project Management > Inspections. Endpoint: POST /rest/v1.0/projects/{project_id}/checklist/schedules/{schedule_id}/attachments
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project_id | Yes | URL path parameter — unique identifier for the project. | |
| schedule_id | Yes | URL path parameter — checklist Schedule ID | |
| attachment | Yes | JSON request body field — checklist Schedule Attachment. To upload an attachment you must upload the entire payload as `multipart/form-data` content-type and specify each parameter as form-data together with the `attachment... |