Skip to content

Latest commit

 

History

History
52 lines (40 loc) · 2.68 KB

File metadata and controls

52 lines (40 loc) · 2.68 KB

CustomerQuery

Properties

Name Type Description Notes
allTags List<String> All tags the customer must have [optional]
anyTags List<String> Any of these tags the customer must have [optional]
billingCity String Billing city [optional]
billingCompany String Billing company [optional]
billingCountryCode String Billing country code [optional]
billingDayPhone String Billing day phone [optional]
billingEveningPhone String Billing evening phone [optional]
billingFirstName String Billing first name [optional]
billingLastName String Billing last name [optional]
billingPostalCode String Billing postal code [optional]
billingState String Billing state [optional]
email String Email address of this customer profile [optional]
emails List<String> Emails allows for searching on multiple email addresses and work with our without the single email variable. You may specify a single email address here or use the email property. [optional]
lastModifiedDtsEnd String Last modified date end [optional]
lastModifiedDtsStart String Last modified date start [optional]
pricingTierName String Pricing tier name [optional]
pricingTierOid Integer Pricing tier oid [optional]
qbClass String QuickBooks class to import this customer as [optional]
queryTarget QueryTargetEnum Query Target [optional]
quickbooksCode String QuickBooks name to import this customer as [optional]
shippingCity String Billing city [optional]
shippingCompany String Billing company [optional]
shippingCountryCode String Billing country code [optional]
shippingDayPhone String Billing day phone [optional]
shippingEveningPhone String Billing evening phone [optional]
shippingFirstName String Billing first name [optional]
shippingLastName String Billing last name [optional]
shippingPostalCode String Billing postal code [optional]
shippingState String Billing state [optional]
signupDtsEnd String Signup date end [optional]
signupDtsStart String Signup date start [optional]

Enum: QueryTargetEnum

Name Value
ORIGIN "origin"
CACHE "cache"