Quay lại QuickBooks Bills
Kết nối Knoon AI với QuickBooks Bills (QuickBooks) để tự động hóa các quy trình làm việc AI.
Create a new QuickBooks bill.
quickBooksBillCreate
BẢN THỬ NGHIỆM
Nội bộ
Quyền hạn
Quyền hạn tùy chọn
Không có mục nào để hiển thị.
Tham số
| Tên | Loại | Mô tả | Bắt buộc |
|---|---|---|---|
| vendorId | mustache | Vendor ID for the bill. | Có |
| lineItemsJson | mustache | JSON array of QBO Line objects (e.g. [{"DetailType":"AccountBasedExpenseLineDetail","Amount":120,"AccountBasedExpenseLineDetail":{"AccountRef":{"value":"123"}}}]). | Có |
| txnDate | mustache | Optional transaction date (YYYY-MM-DD). | Không |
| dueDate | mustache | Optional due date (YYYY-MM-DD). | Không |
| docNumber | mustache | Optional document number. | Không |
| preventDocNumberConflict | mustache | Optional boolean. If true and docNumber already exists, the backend skips create and returns the existing bill instead. | Không |
| privateNote | mustache | Optional private note. | Không |
| currencyCode | mustache | Optional currency code. | Không |
| apAccountId | mustache | Optional AP account ID. | Không |
| customerId | mustache | Optional Customer ID. | Không |
| minorVersion | mustache | Optional QuickBooks minor version (defaults to 75). | Không |
| payloadJson | mustache | Optional full Bill JSON. If provided, it is merged with the fields above and takes precedence. | Không |
Trả về
| Tên | Loại | Mô tả |
|---|---|---|
| id | string | Bill ID. |
| docNumber | string | Bill document number. |
| vendorId | string | Vendor ID. |
| txnDate | string | Transaction date. |
| dueDate | string | Due date. |
| totalAmount | number | Total amount. |
| balance | number | Open balance. |
| currencyCode | string | Currency code. |
| syncToken | string | Sync token for updates. |
| privateNote | string | Private note. |





