Create a vendor
Create a vendor for an integration.
Headers
Authorization
Bearer authentication of the form Bearer <token>, where token is your auth token.
Request
This endpoint expects an object.
integration_id
vendor_category_id
The Propexo unique identifier for the vendor category
is_company
Indicates whether the vendor should be considered a company or person
first_name
First name of the vendor. Required if is_company
is false
last_name
Last name of the vendor. Required if is_company
is false
name
Company name of the vendor. Required if is_company
is true
email_1
Primary email for the vendor
email_2
Alternate email for the vendor
phone_1
First phone number
phone_1_type
First phone number type
Allowed values:
phone_2
Second phone number
phone_2_type
Second phone number type
Allowed values:
address_1
The first address line associated with the vendor
address_2
The second address line associated with the vendor
city
The city associated with the vendor
state
The state associated with the vendor
zip
The zip code associated with the vendor
country
The country associated with the vendor
account_number
The account number associated with the vendor
website
The website URL associated with the vendor
insurance_provider
Vendor insurance provider
insurance_policy_number
Vendor insurance policy number
insurance_expire_date
Vendor insurance policy expiration date
notes
Notes associated with the vendor
tax_id
The unique identifier of the tax payer. Required if tax_payer_type
is set
tax_payer_type
The tax payer type. Required if tax_id
is set
Allowed values:
tax_payer_name_1
The tax payer name 1
tax_payer_name_2
The tax payer name 2
tax_address_1
The tax payer address line 1
tax_address_2
The tax payer address line 2
tax_city
The tax payer address city
tax_state
The tax payer address state
tax_zip
The tax payer address zip code
tax_country
The tax payer address country
Response
Successful response
job_id
The ID of the job created to handle this operation
data