Назад к QuickBooks Refund Receipts
Подключите Knoon AI к QuickBooks Refund Receipts (QuickBooks), чтобы автоматизировать AI рабочие процессы.
Create a new QuickBooks RefundReceipt.
quickBooksRefundReceiptCreate
Бета
Внутренний
Разрешения
Опциональные разрешения
Нет элементов для отображения.
Параметры
| Имя | Тип | Описание | Обязательно |
|---|---|---|---|
| customerId | mustache | Customer ID for the refund receipt. | Да |
| lineItemsJson | mustache | JSON array of QBO Line objects. | Да |
| txnDate | mustache | Optional transaction date (YYYY-MM-DD). | Нет |
| docNumber | mustache | Optional document number. | Нет |
| privateNote | mustache | Optional private note. | Нет |
| totalAmount | mustache | Optional total amount. | Нет |
| currencyCode | mustache | Optional currency code. | Нет |
| minorVersion | mustache | Optional QuickBooks minor version (defaults to 75). | Нет |
| payloadJson | mustache | Optional full RefundReceipt JSON. If provided, it is merged with the fields above and takes precedence. | Нет |
Возвраты
| Имя | Тип | Описание |
|---|---|---|
| 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. |