Add To Project
add_to_projectAdd a vendor from the Company Directory to an existing project. Provide the project and vendor IDs to create the association and receive the new record with its identifier.
Instructions
Add a specified vendor to a Project from the Company Directory. project_id defaults to the value set by procore_set_config when omitted, and id must identify an existing parent record — resolve it with the matching list tool first. Creates the project and returns it with its new id (HTTP 201); calling it again creates another record. Failures come back as an error payload carrying the HTTP status — commonly 401 when the token has expired, 403 without tool permission, and 404 when an id does not resolve. Required parameters: project_id, id. Procore API (v1.1): Core > Directory. Endpoint: POST /rest/v1.1/projects/{project_id}/vendors/{id}/actions/add
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | URL path parameter — unique identifier of the Directory resource | |
| view | No | Query string parameter — 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. | |
| project_id | Yes | URL path parameter — unique identifier for the project. |