create_attachment_project_v1_0_2
Upload files to incidents in Procore projects to document issues and support project management workflows.
Instructions
Create Attachment. [Project Management/Incidents] POST /rest/v1.0/projects/{project_id}/incidents/{incident_id}/attachments
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project_id | Yes | Unique identifier for the project. | |
| incident_id | Yes | Incident ID | |
| run_configurable_validations | No | Whether or not Configurable validations from the Incident/Injury Configurable Field Set should be run (default: false). See (https://developers.procore.com/reference/configurable-field-sets#list-pr... | |
| attachment | Yes | Incident Attachment. To upload an attachment you must upload the entire payload as `multipart/form-data` content-type with the `attachment` file. |