Atrás a QuickBooks Bills

Conectar Knoon AI con QuickBooks Bills (QuickBooks) para automatizar flujos de trabajo de AI.

Create a new QuickBooks bill.
quickBooksBillCreate
Beta
Interno
Permisos
  • com.intuit.quickbooks.accounting
Permisos opcionales
No hay elementos para mostrar.
Parámetros
NombreTipoDescripciónRequerido
vendorIdmustache Vendor ID for the bill.
lineItemsJsonmustache JSON array of QBO Line objects (e.g. [{"DetailType":"AccountBasedExpenseLineDetail","Amount":120,"AccountBasedExpenseLineDetail":{"AccountRef":{"value":"123"}}}]).
txnDatemustache Optional transaction date (YYYY-MM-DD).No
dueDatemustache Optional due date (YYYY-MM-DD).No
docNumbermustache Optional document number.No
preventDocNumberConflictmustache Optional boolean. If true and docNumber already exists, the backend skips create and returns the existing bill instead.No
privateNotemustache Optional private note.No
currencyCodemustache Optional currency code.No
apAccountIdmustache Optional AP account ID.No
customerIdmustache Optional Customer ID.No
minorVersionmustache Optional QuickBooks minor version (defaults to 75).No
payloadJsonmustache Optional full Bill JSON. If provided, it is merged with the fields above and takes precedence.No
Devoluciones
NombreTipoDescripción
idstring Bill ID.
docNumberstring Bill document number.
vendorIdstring Vendor ID.
txnDatestring Transaction date.
dueDatestring Due date.
totalAmountnumber Total amount.
balancenumber Open balance.
currencyCodestring Currency code.
syncTokenstring Sync token for updates.
privateNotestring Private note.