• Instructions to Ask a Question

    For any assistance, please click the "Ask a Question" button and select the Pabbly product for which you require support.

    We offer seven comprehensive applications designed to help you efficiently manage and grow your business:

    Our support team endeavors to respond within 24 business hours (Monday to Friday, 10:00 AM to 6:00 PM IST). We appreciate your understanding and patience.

    🚀 Exclusive Lifetime Offers 🚀

    We invite you to take advantage of our special one-time payment plans, providing lifetime access to select applications:

    • 🔥 Pabbly Connect — Lifetime Access for $249View Offer
    • 🔥 Pabbly Subscription Billing — Lifetime Access for $249View Offer
    • 🔥 Pabbly Chatflow — Lifetime Access for $249View Offer

    Make a one-time investment and enjoy the advantages of robust business management tools for years to come.

Quickbooks Find a customer

Metro

Member
Your Task History ID
Zelle Payments Notifications api in my account.
I am trying to run a solution to email parsar a name and find a QuickBooks customer with something other than the email. looking over the quickbooks api info i see i can use
"GivenName":
"FamilyName":
"FullyQualifiedName":
"DisplayName"
I would like to run a filter that finds a customer using a name using the contains function with these above data sets.
I tried running the api get function in the endpoint url using
https://quickbooks.api.intuit.com/v3/company/913XXXXXXXXXXX/query?query=select_*_from_Customer_Where_FullyQualifiedName_>_'Megan'&minorversion=70

in the data set but i'm getting a validation error.

Quickbooks request
GET /v3/company/913xxxxxxxxxxxxx/query?query=select * from Customer Where FullyQualifiedName > 'Megan'&minorversion=70

Content type:text/plain
Production Base URL:https://quickbooks.api.intuit.com
Sandbox Base URL:https://sandbox-quickbooks.api.intuit.com

seems to be working on their end.

is there something i am missing?
 
P

Pabblymember11

Guest
Hey @Metro

Could you kindly provide the URL for the workflow and grant permission to search for the customer within your QuickBooks inside your workflow?
 
P

Pabblymember11

Guest
Please allow us some time, we are currently looking into it.
 
P

Pabblymember11

Guest
Hey @Metro

Kindly check the following screenshot setting up the query to get the customer details.

image (1).png
 
Top