Intuit · Arazzo Workflow
Intuit Update Customer by Query
Version 1.0.0
Find a customer by email, read it, and update its contact details.
View Spec
View on GitHub
AccountingCustom FieldsFinancialFinancial ServicesInvoicingPaymentsPayrollProject ManagementSales TaxSmall BusinessTaxTax PreparationTaxesTime TrackingArazzoWorkflows
Provider
Workflows
update-customer-by-query
Query a customer by email then sparse-update its details.
Queries the Customer entity by email, reads the match for its SyncToken, and applies a sparse update with the new contact details.
1
findCustomer
queryEntities
Query the Customer entity by primary email address.
2
readCustomer
readCustomer
Read the matched customer to obtain its current SyncToken.
3
updateCustomer
updateCustomer
Apply a sparse update with the new phone and company name.
Source API Descriptions
openapi