Skip to content

Latest commit

 

History

History
39 lines (36 loc) · 2.54 KB

File metadata and controls

39 lines (36 loc) · 2.54 KB

# CustomerQuery

Properties

Name Type Description Notes
all_tags string[] All tags the customer must have [optional]
any_tags string[] Any of these tags the customer must have [optional]
billing_city string Billing city [optional]
billing_company string Billing company [optional]
billing_country_code string Billing country code [optional]
billing_day_phone string Billing day phone [optional]
billing_evening_phone string Billing evening phone [optional]
billing_first_name string Billing first name [optional]
billing_last_name string Billing last name [optional]
billing_postal_code string Billing postal code [optional]
billing_state string Billing state [optional]
email string Email address of this customer profile [optional]
emails 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]
last_modified_dts_end string Last modified date end [optional]
last_modified_dts_start string Last modified date start [optional]
pricing_tier_name string Pricing tier name [optional]
pricing_tier_oid int Pricing tier oid [optional]
qb_class string QuickBooks class to import this customer as [optional]
query_target string Query Target [optional]
quickbooks_code string QuickBooks name to import this customer as [optional]
shipping_city string Billing city [optional]
shipping_company string Billing company [optional]
shipping_country_code string Billing country code [optional]
shipping_day_phone string Billing day phone [optional]
shipping_evening_phone string Billing evening phone [optional]
shipping_first_name string Billing first name [optional]
shipping_last_name string Billing last name [optional]
shipping_postal_code string Billing postal code [optional]
shipping_state string Billing state [optional]
signup_dts_end string Signup date end [optional]
signup_dts_start string Signup date start [optional]

[Back to Model list] [Back to API list] [Back to README]