Login
Search...
/
Documentation
API Reference
Use Cases
Introduction
Overview
API Reference
Admin
Amenities
Applicants
Applications
Appointments
Billing and Payments
Construction Job Cost
Employees
Events
Files
Invoices
Leads
Leases
Listings
Properties
Purchase Orders
Residents
Service Requests
Timezones
Units
Vendors
GET
Get all vendors
POST
Create a vendor
GET
Get vendor by ID
PUT
Update vendor
GET
Get all vendors by property ID
Webhooks Configuration
Login
API Reference
Vendors
Update vendor
PUT
https://
api.propexo.com
/
v1
/
vendors
/
:vendor_id
Update a vendor for an integration.
Path parameters
vendor_id
string
Required
The ID of the resource.
Request
This endpoint expects an object.
name
string
Optional
The name associated with the vendor
is_active
boolean
Optional
Whether the vendor is active
notes
string
Optional
Notes associated with the vendor
tax_id
string
Optional
tax_payer_first_name
string
Optional
The first name of the tax payer associated with the vendor
tax_payer_last_name
string
Optional
The last name of the tax payer associated with the vendor
workers_comp_expiration_date
datetime or string
Optional
The expiration date of the workers compensation policy on file for this vendor
Show 2 variants
liability_expiration_date
datetime or string
Optional
The expiration date of the liability insurance policy on file for this vendor
Show 2 variants
address_1
string
Optional
The first address line associated with the vendor
address_2
string
Optional
The second address line associated with the vendor
city
string
Optional
The city associated with the vendor
state
enum
Optional
The state associated with the vendor
Show 69 enum values
zip
string
Optional
The zip code associated with the vendor
country
"United States" or "Canada" or string
Optional
The country associated with the vendor
Show 3 variants
email_1
string
Optional
The primary email address associated with the vendor
phone_1
string
Optional
Primary phone number associated with the vendor
phone_2
string
Optional
Secondary phone number associated with the vendor
Response
This endpoint returns an object.
job_id
string
The ID of the job created to handle this operation
data
object
Errors
400
Bad Request
Built with