Takaisin QuickBooks Vendors -kohtaan
Yhdistä Knoon AI kohteen QuickBooks Vendors (QuickBooks) kanssa automatisoidaksesi AI-työnkulut.
Update an existing QuickBooks vendor (sparse update).
quickBooksVendorUpdate
BETA
Sisäinen
Oikeudet
Valinnaiset oikeudet
Näytettävää kohdetta ei ole.
Parametrit
| Nimi | Tyyppi | Kuvaus | Pakollinen |
|---|---|---|---|
| vendorId | mustache | QuickBooks vendor ID. | Kyllä |
| syncToken | mustache | Sync token from the latest vendor read. | Kyllä |
| displayName | mustache | Optional display name. | Ei |
| givenName | mustache | Optional given name. | Ei |
| familyName | mustache | Optional family name. | Ei |
| companyName | mustache | Optional company name. | Ei |
| mustache | Optional email. | Ei | |
| phone | mustache | Optional phone number. | Ei |
| active | boolean | Optional active status. | Ei |
| minorVersion | mustache | Optional QuickBooks minor version (defaults to 75). | Ei |
| payloadJson | mustache | Optional full Vendor JSON. If provided, it is merged with the fields above and takes precedence. | Ei |
Palautukset
| Nimi | Tyyppi | Kuvaus |
|---|---|---|
| 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. |






