create_equipment_attachment_project_v2_0
Add attachments like documents, profiles, or maintenance records to equipment in Procore projects to organize and link relevant files.
Instructions
Create equipment attachment (Project). [Core/Equipment] POST /rest/v2.0/companies/{company_id}/projects/{project_id}/equipment_register/{equipment_id}/attachment
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| equipment_id | Yes | Equipment Id | |
| project_id | Yes | Unique identifier for the project. | |
| company_id | Yes | Unique identifier for the company. | |
| resource_id | No | ID of the specific resource to associate this attachment with (e.g., maintenance record ID). Used to link attachments to specific resources under this equipment. | |
| name | Yes | The name of the file. | |
| type | Yes | The type of the equipment attachment. |