Update vendor

PUT
/v1/vendors/:vendor_id

Update a vendor for an integration.

Path parameters

vendor_idstringRequired

The ID of the resource.

Request

This endpoint expects an object.
namestringOptional

The name associated with the vendor

is_activebooleanOptional

Whether the vendor is active

notesstringOptional

Notes associated with the vendor

tax_idstringOptional
tax_payer_first_namestringOptional

The first name of the tax payer associated with the vendor

tax_payer_last_namestringOptional

The last name of the tax payer associated with the vendor

workers_comp_expiration_datedatetime or stringOptional

The expiration date of the workers compensation policy on file for this vendor

liability_expiration_datedatetime or stringOptional

The expiration date of the liability insurance policy on file for this vendor

address_1stringOptional

The first address line associated with the vendor

address_2stringOptional

The second address line associated with the vendor

citystringOptional

The city associated with the vendor

stateenumOptional

The state associated with the vendor

zipstringOptional

The zip code associated with the vendor

country"United States" or "Canada" or stringOptional

The country associated with the vendor

email_1stringOptional

The primary email address associated with the vendor

phone_1stringOptional

Primary phone number associated with the vendor

phone_2stringOptional

Secondary phone number associated with the vendor

Response

This endpoint returns an object.
job_idstring

The ID of the job created to handle this operation

dataobject

Errors