Tilbage til QuickBooks Payments
Forbind Knoon AI med QuickBooks Payments (QuickBooks) for at automatisere AI-arbejdsgange.
Create a new QuickBooks payment.
quickBooksPaymentCreate
BETA
Internt
Tilladelser
Valgfrie tilladelser
Der er ingen elementer at vise.
Parametre
| Navn | Type | Beskrivelse | Obligatorisk |
|---|---|---|---|
| customerId | mustache | Customer ID for the payment. | Ja |
| lineItemsJson | mustache | Optional JSON array of QBO Line objects (e.g. [{"Amount":120,"LinkedTxn":[{"TxnId":"123","TxnType":"Invoice"}]}]). | Nej |
| totalAmount | mustache | Optional total amount. | Nej |
| txnDate | mustache | Optional transaction date (YYYY-MM-DD). | Nej |
| privateNote | mustache | Optional private note. | Nej |
| currencyCode | mustache | Optional currency code. | Nej |
| minorVersion | mustache | Optional QuickBooks minor version (defaults to 75). | Nej |
| payloadJson | mustache | Optional full Payment JSON. If provided, it is merged with the fields above and takes precedence. | Nej |
Retur
| Navn | Type | Beskrivelse |
|---|---|---|
| id | string | Payment ID. |
| customerId | string | Customer ID. |
| txnDate | string | Transaction date. |
| totalAmount | number | Total amount. |
| privateNote | string | Private note. |
| currencyCode | string | Currency code. |
| syncToken | string | Sync token for updates. |