Associate Equipment With Project (Project)
associate_equipment_with_project_projectAssociate existing equipment records with a project by providing project ID, company ID, and list of equipment IDs. Creates new associations and returns the created object on success.
Instructions
Associate equipment with project (Project). Use this to perform the associate equipment action on Equipment records. Creates a new Equipment records and returns the created object on success (HTTP 201). Required parameters: project_id, company_id, ids. Procore API (v2.0): Core > Equipment. Endpoint: POST /rest/v2.0/companies/{company_id}/projects/{project_id}/equipment_register/associate
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project_id | Yes | URL path parameter — the Id of the project | |
| company_id | Yes | URL path parameter — unique identifier for the company. | |
| ids | Yes | JSON request body field — a list of unique identifiers for the equipment to be associated/dissociated with the project. |