add_to_project
Add a vendor to a Procore project by specifying project and vendor IDs. This tool links vendors to projects for procurement and management purposes.
Instructions
Add to project. [Core/Directory] POST /rest/v1.0/projects/{project_id}/vendors/{id}/actions/add
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project_id | Yes | Unique identifier for the project. | |
| id | Yes | ID of the vendor | |
| view | No | The normal view provides what is shown below. The extended view is the same as the normal view but includes children_count, legal_name, parent, and bidding. The name view is a minimal view only inc... |