create_project_vendor
Add a vendor to a Procore project by providing details like name, contact information, and project-specific attributes to manage construction suppliers.
Instructions
Create project vendor. [Core/Directory] POST /rest/v1.0/projects/{project_id}/vendors
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project_id | Yes | Unique identifier for the project. | |
| 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. | |
| run_configurable_validations | No | If true, validations are run for the corresponding Configurable Field Set. | |
| abbreviated_name | No | Abbreviated name | |
| address | No | Street address | |
| authorized_bidder | No | Authorized bidder status | |
| business_phone | No | Business phone number | |
| city | No | City | |
| country_code | No | Country code (ISO-3166 Alpha-2 format) | |
| email_address | No | Email address | |
| fax_number | No | Fax number | |
| is_active | No | Active status | |
| labor_union | No | Labor union | |
| license_number | No | License number | |
| mobile_phone | No | Mobile phone number | |
| name | Yes | Name | |
| non_union_prevailing_wage | No | Non union prevailing wage status | |
| notes | No | Notes (notes/keywords/tags) | |
| origin_id | No | Origin ID | |
| origin_data | No | Origin Data | |
| origin_code | No | Origin Code | |
| parent_id | No | Parent Vendor ID. Cannot be the same as ID. Only two levels of hierarchy are supported (parent/child). | |
| prequalified | No | Prequalified status | |
| primary_contact_id | No | Primary Contact ID | |
| state_code | No | State code (ISO-3166 Alpha-2 format) | |
| trade_name | No | Vendor's Trade Name, also known as Doing Business As (DBA). | |
| union_member | No | Union member status | |
| website | No | Website url | |
| zip | No | Zip code |