create_attachment_project
Upload files to witness statements in Procore projects to document incidents and maintain comprehensive project records.
Instructions
Create Attachment. [Project Management/Incidents] POST /rest/v1.0/projects/{project_id}/incidents/witness_statements/{witness_statement_id}/attachments
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project_id | Yes | Unique identifier for the project. | |
| witness_statement_id | Yes | Witness Statement ID | |
| attachment | Yes | Witness Statement Attachment. To upload an attachment you must upload the entire payload as `multipart/form-data` content-type with the `attachment` file. |