Intuit · Arazzo Workflow
Intuit Create Customer and Invoice
Version 1.0.0
Create a new QuickBooks customer and immediately raise their first invoice.
View Spec
View on GitHub
AccountingCustom FieldsFinancialFinancial ServicesInvoicingPaymentsPayrollProject ManagementSales TaxSmall BusinessTaxTax PreparationTaxesTime TrackingArazzoWorkflows
Provider
Workflows
create-customer-and-invoice
Create a customer then invoice them in a single chained flow.
Creates a Customer, raises an Invoice against the returned customer Id, and reads the invoice back to surface the calculated TotalAmt and Balance.
1
createCustomer
createCustomer
Create the customer record from the supplied display name and contacts.
2
createInvoice
createInvoice
Raise an invoice that references the newly created customer.
3
readInvoice
readInvoice
Read the invoice back to confirm calculated totals and balance.
Source API Descriptions
openapi