Wróć do QuickBooks Refund Receipts
Połącz Knoon AI z QuickBooks Refund Receipts (QuickBooks), aby zautomatyzować przepływy pracy AI.
Create a new QuickBooks RefundReceipt.
quickBooksRefundReceiptCreate
BETA
Wewnętrzny
Uprawnienia
Uprawnienia opcjonalne
Brak elementów do wyświetlenia.
Parametry
| Nazwa | Typ | Opis | Wymagane |
|---|---|---|---|
| customerId | mustache | Customer ID for the refund receipt. | Tak |
| lineItemsJson | mustache | JSON array of QBO Line objects. | Tak |
| txnDate | mustache | Optional transaction date (YYYY-MM-DD). | Nie |
| docNumber | mustache | Optional document number. | Nie |
| privateNote | mustache | Optional private note. | Nie |
| totalAmount | mustache | Optional total amount. | Nie |
| currencyCode | mustache | Optional currency code. | Nie |
| minorVersion | mustache | Optional QuickBooks minor version (defaults to 75). | Nie |
| payloadJson | mustache | Optional full RefundReceipt JSON. If provided, it is merged with the fields above and takes precedence. | Nie |
Zwroty
| Nazwa | Typ | Opis |
|---|---|---|
| id | string | Record ID. |
| name | string | Name or display name. |
| docNumber | string | Document number. |
| txnDate | string | Transaction date. |
| totalAmount | number | Total amount. |
| active | boolean | Whether the record is active. |
| syncToken | string | Sync token. |
| currencyCode | string | Currency code. |