Back to QuickBooks Vendors
Connect Knoon AI with QuickBooks Vendors (QuickBooks) to automate AI workflows.
Create a new QuickBooks vendor.
quickBooksVendorCreate
BETA
Internal
Permissions
Optional permissions
There are no items to display.
Parameters
| Name | Type | Description | Required |
|---|---|---|---|
| displayName | mustache | Vendor display name. | Yes |
| givenName | mustache | Optional given name. | No |
| familyName | mustache | Optional family name. | No |
| companyName | mustache | Optional company name. | No |
| mustache | Optional email. | No | |
| phone | mustache | Optional phone number. | No |
| active | boolean | Optional active status. | No |
| minorVersion | mustache | Optional QuickBooks minor version (defaults to 75). | No |
| payloadJson | mustache | Optional full Vendor JSON. If provided, it is merged with the fields above and takes precedence. | No |
Returns
| Name | Type | Description |
|---|---|---|
| id | string | Vendor ID. |
| displayName | string | Display name. |
| companyName | string | Company name. |
| givenName | string | Given name. |
| familyName | string | Family name. |
| primaryEmail | string | Primary email. |
| phone | string | Primary phone. |
| balance | number | Open balance. |
| active | boolean | Whether the vendor is active. |
| syncToken | string | Sync token for updates. |






