create_checklist_schedule_attachment
Add attachments to checklist schedules in Procore projects to document inspection details and requirements.
Instructions
Create Checklist Schedule Attachment. [Project Management/Inspections] POST /rest/v1.0/projects/{project_id}/checklist/schedules/{schedule_id}/attachments
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project_id | Yes | Unique identifier for the project. | |
| schedule_id | Yes | Checklist Schedule ID | |
| attachment | Yes | 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... |