create_equipment_attachment_company_v2_0
Add attachments to equipment records in Procore by uploading files and linking them to specific resources like maintenance records.
Instructions
Create equipment attachment (Company). [Core/Equipment] POST /rest/v2.0/companies/{company_id}/equipment_register/{equipment_id}/attachment
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| equipment_id | Yes | Equipment Id | |
| 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. |