add_to_project_v1_1
Add a vendor to a specific Procore project by providing the project ID and vendor ID. This tool enables project managers to assign vendors to construction projects for procurement and management purposes.
Instructions
Add to project. [Core/Directory] POST /rest/v1.1/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 default view is normal. |