Add To Project
add_to_projectAdd a vendor from the Company Directory to a project, creating a new directory record in Procore.
Instructions
Add a specified vendor to a Project from the Company Directory. Use this to create a new Directory records in Procore. Creates a new Directory records and returns the created object on success (HTTP 201). 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 |
|---|---|---|---|
| project_id | Yes | URL path parameter — unique identifier for the project. | |
| 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. |