Kembali ke QuickBooks Customers
Sambungkan Knoon AI dengan QuickBooks Customers (QuickBooks) untuk mengotomatisasi alur kerja AI.
Update an existing QuickBooks customer (sparse update).
quickBooksCustomerUpdate
Beta
Internal
Izin
Izin opsional
Tidak ada item untuk ditampilkan.
Parameter
| Nama | Tipe | Deskripsi | Wajib |
|---|---|---|---|
| customerId | mustache | QuickBooks customer ID. | Ya |
| syncToken | mustache | Sync token from the latest customer read. | Ya |
| displayName | mustache | Optional display name. | Tidak |
| givenName | mustache | Optional given name. | Tidak |
| familyName | mustache | Optional family name. | Tidak |
| companyName | mustache | Optional company name. | Tidak |
| mustache | Optional email. | Tidak | |
| phone | mustache | Optional phone number. | Tidak |
| active | boolean | Optional active status. | Tidak |
| minorVersion | mustache | Optional QuickBooks minor version (defaults to 75). | Tidak |
| payloadJson | mustache | Optional full Customer JSON. If provided, it is merged with the fields above and takes precedence. | Tidak |
Pengembalian
| Nama | Tipe | Deskripsi |
|---|---|---|
| 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. |



