Tilbake til QuickBooks Customers
Koble til Knoon AI med QuickBooks Customers (QuickBooks) for å automatisere AI-arbeidsflyter.
Create a new QuickBooks customer.
quickBooksCustomerCreate
BETA
Intern
Tillatelser
Valgfrie tillatelser
Det finnes ingen elementer å vise.
Parametere
| Navn | Type | Beskrivelse | Påkrevd |
|---|---|---|---|
| displayName | mustache | Customer display name. | Ja |
| givenName | mustache | Optional given name. | Nei |
| familyName | mustache | Optional family name. | Nei |
| companyName | mustache | Optional company name. | Nei |
| mustache | Optional email. | Nei | |
| phone | mustache | Optional phone number. | Nei |
| active | boolean | Optional active status. | Nei |
| minorVersion | mustache | Optional QuickBooks minor version (defaults to 75). | Nei |
| payloadJson | mustache | Optional full Customer JSON. If provided, it is merged with the fields above and takes precedence. | Nei |
Returer
| Navn | Type | Beskrivelse |
|---|---|---|
| id | string | Customer ID. |
| displayName | string | Display name. |
| givenName | string | Given name. |
| familyName | string | Family name. |
| companyName | string | Company name. |
| primaryEmail | string | Primary email. |
| phone | string | Primary phone. |
| balance | number | Open balance. |
| active | boolean | Whether the customer is active. |
| syncToken | string | Sync token for updates. |



