Takaisin QuickBooks Invoices -kohtaan
Yhdistä Knoon AI kohteen QuickBooks Invoices (QuickBooks) kanssa automatisoidaksesi AI-työnkulut.
Update an existing QuickBooks invoice (sparse update).
quickBooksInvoiceUpdate
BETA
Sisäinen
Oikeudet
Valinnaiset oikeudet
Näytettävää kohdetta ei ole.
Parametrit
| Nimi | Tyyppi | Kuvaus | Pakollinen |
|---|---|---|---|
| invoiceId | mustache | QuickBooks invoice ID. | Kyllä |
| syncToken | mustache | Sync token from the latest invoice read. | Kyllä |
| customerId | mustache | Optional customer 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 |
| minorVersion | mustache | Optional QuickBooks minor version (defaults to 75). | Ei |
| payloadJson | mustache | Optional full Invoice JSON. If provided, it is merged with the fields above and takes precedence. | Ei |
Palautukset
| Nimi | Tyyppi | Kuvaus |
|---|---|---|
| id | string | Invoice ID. |
| docNumber | string | Document number. |
| customerId | string | Customer ID. |
| txnDate | string | Transaction date. |
| dueDate | string | Due date. |
| totalAmount | number | Total amount. |
| balance | number | Open balance. |
| privateNote | string | Private note. |
| currencyCode | string | Currency code. |
| syncToken | string | Sync token for updates. |