Create Equipment Attachment (Project)
create_equipment_attachment_projectCreate an equipment attachment record in Procore for a project, linking to resources like maintenance records. Requires equipment ID, project, company, name, and type.
Instructions
Create equipment attachment (Project). Use this to create a new Equipment records in Procore. Creates a new Equipment records and returns the created object on success (HTTP 201). Required parameters: equipment_id, project_id, company_id, name, type. Procore API (v2.0): Core > Equipment. Endpoint: POST /rest/v2.0/companies/{company_id}/projects/{project_id}/equipment_register/{equipment_id}/attachment
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| equipment_id | Yes | URL path parameter — unique identifier of the equipment | |
| project_id | Yes | URL path parameter — unique identifier for the project. | |
| company_id | Yes | URL path parameter — unique identifier for the company. | |
| resource_id | No | Query string parameter — 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 | JSON request body field — the name of the file. | |
| type | Yes | JSON request body field — the type of the equipment attachment. |