QuickBooks Invoices로 돌아가기

Knoon AI를 QuickBooks Invoices (QuickBooks)과 연결하여 AI 워크플로우를 자동화하세요.

Create a new QuickBooks invoice.
quickBooksInvoiceCreate
베타
내부
권한
  • com.intuit.quickbooks.accounting
선택사항 권한
표시할 항목이 없습니다.
매개변수
이름유형설명필수
customerIdmustache Customer ID for the invoice.
lineItemsJsonmustache JSON array of QBO Line objects (e.g. [{"DetailType":"SalesItemLineDetail","Amount":120,"SalesItemLineDetail":{"ItemRef":{"value":"123"}}}]).
txnDatemustache Optional transaction date (YYYY-MM-DD).아니요
dueDatemustache Optional due date (YYYY-MM-DD).아니요
docNumbermustache Optional document number.아니요
privateNotemustache Optional private note.아니요
currencyCodemustache Optional currency code.아니요
minorVersionmustache Optional QuickBooks minor version (defaults to 75).아니요
payloadJsonmustache Optional full Invoice JSON. If provided, it is merged with the fields above and takes precedence.아니요
반환값
이름유형설명
idstring Invoice ID.
docNumberstring Document number.
customerIdstring Customer ID.
txnDatestring Transaction date.
dueDatestring Due date.
totalAmountnumber Total amount.
balancenumber Open balance.
privateNotestring Private note.
currencyCodestring Currency code.
syncTokenstring Sync token for updates.