Create vendor
Vendors
Create vendor
Creates a new vendor for a business.
POST
Create vendor
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
The UUID of the business to create the vendor for.
Body
application/json
External ID for the vendor.
Name of individual vendor or contact.
Name of company vendor.
Email address.
Mobile phone number.
Office phone number.
Physical address.
Memo for any text you would like to associate with the vendor (for example, to display to end users).
Response
201 - application/json
Vendor created successfully.