Назад к QuickBooks Invoices
Подключите Knoon AI к QuickBooks Invoices (QuickBooks), чтобы автоматизировать AI рабочие процессы.
Create a new QuickBooks invoice.
quickBooksInvoiceCreate
Бета
Внутренний
Разрешения
Опциональные разрешения
Нет элементов для отображения.
Параметры
| Имя | Тип | Описание | Обязательно |
|---|---|---|---|
| customerId | mustache | Customer ID for the invoice. | Да |
| lineItemsJson | mustache | JSON array of QBO Line objects (e.g. [{"DetailType":"SalesItemLineDetail","Amount":120,"SalesItemLineDetail":{"ItemRef":{"value":"123"}}}]). | Да |
| txnDate | mustache | Optional transaction date (YYYY-MM-DD). | Нет |
| dueDate | mustache | Optional due date (YYYY-MM-DD). | Нет |
| docNumber | mustache | Optional document number. | Нет |
| privateNote | mustache | Optional private note. | Нет |
| currencyCode | mustache | Optional currency code. | Нет |
| minorVersion | mustache | Optional QuickBooks minor version (defaults to 75). | Нет |
| payloadJson | mustache | Optional full Invoice JSON. If provided, it is merged with the fields above and takes precedence. | Нет |
Возвраты
| Имя | Тип | Описание |
|---|---|---|
| id | string | Invoice ID. |
| docNumber | string | Document number. |
| customerId | string | Customer ID. |
| txnDate | string | Transaction date. |
| dueDate | string | Due date. |
| totalAmount | number | Total amount. |
| balance | number | Open balance. |
| privateNote | string | Private note. |
| currencyCode | string | Currency code. |
| syncToken | string | Sync token for updates. |