Create Company Vendor
create_company_vendorCreate a new vendor record in a specified company directory. Provide company ID and vendor details to add the entry.
Instructions
Create a new Vendor associated with a specified Company. #### Country and State codes The country_code and state_code parameter values must conform to the ISO-3166 Alpha-2 specification. See Working with Country Codes for additional information. 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: company_id, vendor. Procore API: Core > Directory. Endpoint: POST /rest/v1.0/vendors
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| view | No | Query string parameter — specifies which view of the resource to return (which attributes should be present in the response). The default view is extended. | |
| run_configurable_validations | No | Query string parameter — if true, validations are run for the corresponding Configurable Field Set. | |
| company_id | Yes | JSON request body field — unique identifier for the Procore company | |
| vendor | Yes | JSON request body field — the vendor for this Directory operation |