Skip to main content
PUT
Update vendor

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

businessId
string<uuid>
required

The UUID of the business the vendor belongs to.

vendorId
string<uuid>
required

The UUID of the vendor to update.

Body

application/json
external_id
string | null

External ID for the vendor.

individual_name
string | null

Name of individual vendor or contact.

company_name
string | null

Name of company vendor.

email
string | null

Email address.

mobile_phone
string | null

Mobile phone number.

office_phone
string | null

Office phone number.

address_string
string | null

Physical address.

memo
string | null

Memo for any text you would like to associate with the vendor (for example, to display to end users).

tags
object[]

Response

200 - application/json

Vendor updated successfully.

data
object
required