Kembali ke QuickBooks Payments
Sambungkan Knoon AI dengan QuickBooks Payments (QuickBooks) untuk mengotomatisasi alur kerja AI.
Create a new QuickBooks payment.
quickBooksPaymentCreate
Beta
Internal
Izin
Izin opsional
Tidak ada item untuk ditampilkan.
Parameter
| Nama | Tipe | Deskripsi | Wajib |
|---|---|---|---|
| customerId | mustache | Customer ID for the payment. | Ya |
| lineItemsJson | mustache | Optional JSON array of QBO Line objects (e.g. [{"Amount":120,"LinkedTxn":[{"TxnId":"123","TxnType":"Invoice"}]}]). | Tidak |
| totalAmount | mustache | Optional total amount. | Tidak |
| txnDate | mustache | Optional transaction date (YYYY-MM-DD). | Tidak |
| privateNote | mustache | Optional private note. | Tidak |
| currencyCode | mustache | Optional currency code. | Tidak |
| minorVersion | mustache | Optional QuickBooks minor version (defaults to 75). | Tidak |
| payloadJson | mustache | Optional full Payment JSON. If provided, it is merged with the fields above and takes precedence. | Tidak |
Pengembalian
| Nama | Tipe | Deskripsi |
|---|---|---|
| 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. |