Takaisin QuickBooks Bills -kohtaan
Yhdistä Knoon AI kohteen QuickBooks Bills (QuickBooks) kanssa automatisoidaksesi AI-työnkulut.
Update an existing QuickBooks bill (sparse update).
quickBooksBillUpdate
BETA
Sisäinen
Oikeudet
Valinnaiset oikeudet
Näytettävää kohdetta ei ole.
Parametrit
| Nimi | Tyyppi | Kuvaus | Pakollinen |
|---|---|---|---|
| billId | mustache | QuickBooks bill ID. | Kyllä |
| syncToken | mustache | Sync token from the latest bill read. | Kyllä |
| vendorId | mustache | Optional vendor ID. | Ei |
| lineItemsJson | mustache | Optional JSON array of QBO Line objects. | Ei |
| txnDate | mustache | Optional transaction date (YYYY-MM-DD). | Ei |
| dueDate | mustache | Optional due date (YYYY-MM-DD). | Ei |
| docNumber | mustache | Optional document number. | Ei |
| privateNote | mustache | Optional private note. | Ei |
| currencyCode | mustache | Optional currency code. | Ei |
| apAccountId | mustache | Optional AP account ID. | Ei |
| minorVersion | mustache | Optional QuickBooks minor version (defaults to 75). | Ei |
| payloadJson | mustache | Optional full Bill JSON. If provided, it is merged with the fields above and takes precedence. | Ei |
Palautukset
| Nimi | Tyyppi | Kuvaus |
|---|---|---|
| id | string | Bill ID. |
| docNumber | string | Bill document number. |
| vendorId | string | Vendor ID. |
| txnDate | string | Transaction date. |
| dueDate | string | Due date. |
| totalAmount | number | Total amount. |
| balance | number | Open balance. |
| currencyCode | string | Currency code. |
| syncToken | string | Sync token for updates. |
| privateNote | string | Private note. |





