Takaisin QuickBooks Invoices -kohtaan
Yhdistä Knoon AI kohteen QuickBooks Invoices (QuickBooks) kanssa automatisoidaksesi AI-työnkulut.
Create a new QuickBooks invoice.
quickBooksInvoiceCreate
BETA
Sisäinen
Oikeudet
Valinnaiset oikeudet
Näytettävää kohdetta ei ole.
Parametrit
| Nimi | Tyyppi | Kuvaus | Pakollinen |
|---|---|---|---|
| customerId | mustache | Customer ID for the invoice. | Kyllä |
| lineItemsJson | mustache | JSON array of QBO Line objects (e.g. [{"DetailType":"SalesItemLineDetail","Amount":120,"SalesItemLineDetail":{"ItemRef":{"value":"123"}}}]). | Kyllä |
| 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. |