Voltar para QuickBooks Vendors
Conectar Knoon AI com QuickBooks Vendors (QuickBooks) para automatizar fluxos de trabalho de AI.
Create a new QuickBooks vendor.
quickBooksVendorCreate
Beta
Interno
Permissões
Permissões opcionais
Não há itens para exibir.
Parâmetros
| Nome | Tipo | Descrição | Obrigatório |
|---|---|---|---|
| displayName | mustache | Vendor display name. | Sim |
| givenName | mustache | Optional given name. | Não |
| familyName | mustache | Optional family name. | Não |
| companyName | mustache | Optional company name. | Não |
| mustache | Optional email. | Não | |
| phone | mustache | Optional phone number. | Não |
| active | boolean | Optional active status. | Não |
| minorVersion | mustache | Optional QuickBooks minor version (defaults to 75). | Não |
| payloadJson | mustache | Optional full Vendor JSON. If provided, it is merged with the fields above and takes precedence. | Não |
Devoluções
| Nome | Tipo | Descrição |
|---|---|---|
| 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. |






