ย้อนกลับไปยัง QuickBooks Customers
เชื่อมต่อ Knoon AI กับ QuickBooks Customers (QuickBooks) เพื่อทำงานอัตโนมัติของเวิร์กโฟลว์ AI
Update an existing QuickBooks customer (sparse update).
quickBooksCustomerUpdate
เบต้า
ภายใน
สิทธิ์การใช้งาน
สิทธิ์การใช้งานตัวเลือก
ไม่มีรายการให้แสดง
พารามิเตอร์
| ชื่อ | ประเภท | คำอธิบาย | จำเป็นต้องมี |
|---|---|---|---|
| customerId | mustache | QuickBooks customer ID. | ใช่ |
| syncToken | mustache | Sync token from the latest customer read. | ใช่ |
| displayName | mustache | Optional display name. | ไม่ |
| givenName | mustache | Optional given name. | ไม่ |
| familyName | mustache | Optional family name. | ไม่ |
| companyName | mustache | Optional company name. | ไม่ |
| mustache | Optional email. | ไม่ | |
| phone | mustache | Optional phone number. | ไม่ |
| active | boolean | Optional active status. | ไม่ |
| minorVersion | mustache | Optional QuickBooks minor version (defaults to 75). | ไม่ |
| payloadJson | mustache | Optional full Customer JSON. If provided, it is merged with the fields above and takes precedence. | ไม่ |
คืนสินค้า
| ชื่อ | ประเภท | คำอธิบาย |
|---|---|---|
| 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. |



