QuickBooks Payments öğesine geri dön
Knoon AI'yi QuickBooks Payments (QuickBooks) ile bağlayarak AI iş akışlarını otomatikleştirin.
Create a new QuickBooks payment.
quickBooksPaymentCreate
BETA
Dahili
İzinler
İsteğe bağlı izinler
Gösterilecek öğe yok.
Parametreler
| İsim | Tür | Açıklama | Gerekli |
|---|---|---|---|
| customerId | mustache | Customer ID for the payment. | Evet |
| lineItemsJson | mustache | Optional JSON array of QBO Line objects (e.g. [{"Amount":120,"LinkedTxn":[{"TxnId":"123","TxnType":"Invoice"}]}]). | Hayır |
| totalAmount | mustache | Optional total amount. | Hayır |
| txnDate | mustache | Optional transaction date (YYYY-MM-DD). | Hayır |
| privateNote | mustache | Optional private note. | Hayır |
| currencyCode | mustache | Optional currency code. | Hayır |
| minorVersion | mustache | Optional QuickBooks minor version (defaults to 75). | Hayır |
| payloadJson | mustache | Optional full Payment JSON. If provided, it is merged with the fields above and takes precedence. | Hayır |
İadeler
| İsim | Tür | Açıklama |
|---|---|---|
| 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. |