Retour à QuickBooks Refund Receipts
Connecter Knoon AI avec QuickBooks Refund Receipts (QuickBooks) pour automatiser les flux de travail AI.
Create a new QuickBooks RefundReceipt.
quickBooksRefundReceiptCreate
Bêta
Interne
Autorisations
Autorisations optionnelles
Il n'y a aucun élément à afficher.
Paramètres
| Nom | Type | Description | Requis |
|---|---|---|---|
| customerId | mustache | Customer ID for the refund receipt. | Oui |
| lineItemsJson | mustache | JSON array of QBO Line objects. | Oui |
| txnDate | mustache | Optional transaction date (YYYY-MM-DD). | Non |
| docNumber | mustache | Optional document number. | Non |
| privateNote | mustache | Optional private note. | Non |
| totalAmount | mustache | Optional total amount. | Non |
| currencyCode | mustache | Optional currency code. | Non |
| minorVersion | mustache | Optional QuickBooks minor version (defaults to 75). | Non |
| payloadJson | mustache | Optional full RefundReceipt JSON. If provided, it is merged with the fields above and takes precedence. | Non |
Retours
| Nom | Type | Description |
|---|---|---|
| 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. |