Indietro a QuickBooks Vendors
Connetti Knoon AI con QuickBooks Vendors (QuickBooks) per automatizzare i flussi di lavoro AI.
Create a new QuickBooks vendor.
quickBooksVendorCreate
Beta
Interno
Autorizzazioni
Autorizzazioni facoltative
Non ci sono elementi da visualizzare.
Parametri
| Nome | Tipo | Descrizione | Obbligatorio |
|---|---|---|---|
| displayName | mustache | Vendor display name. | Sì |
| 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 |
Resi
| Nome | Tipo | Descrizione |
|---|---|---|
| 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. |






