Tilbake til QuickBooks Refund Receipts
Koble til Knoon AI med QuickBooks Refund Receipts (QuickBooks) for å automatisere AI-arbeidsflyter.
Create a new QuickBooks RefundReceipt.
quickBooksRefundReceiptCreate
BETA
Intern
Tillatelser
Valgfrie tillatelser
Det finnes ingen elementer å vise.
Parametere
| Navn | Type | Beskrivelse | Påkrevd |
|---|---|---|---|
| customerId | mustache | Customer ID for the refund receipt. | Ja |
| lineItemsJson | mustache | JSON array of QBO Line objects. | Ja |
| txnDate | mustache | Optional transaction date (YYYY-MM-DD). | Nei |
| docNumber | mustache | Optional document number. | Nei |
| privateNote | mustache | Optional private note. | Nei |
| totalAmount | mustache | Optional total amount. | Nei |
| currencyCode | mustache | Optional currency code. | Nei |
| minorVersion | mustache | Optional QuickBooks minor version (defaults to 75). | Nei |
| payloadJson | mustache | Optional full RefundReceipt JSON. If provided, it is merged with the fields above and takes precedence. | Nei |
Returer
| Navn | Type | Beskrivelse |
|---|---|---|
| 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. |