Best answer

Finding Classes with Quickbooks Online

  • 10 August 2023
  • 4 replies
  • 177 views

Hey folks, I’m using the API Request (Beta) in QuickBooks Online action step to query class information in Quickbooks. I seem to keep getting an error and I’m not sure what I’m missing. 

I’m trying to query by name but I keep getting an authorization error but the action step should take care of all the authorizations. At least, so I thought. 🤔

 

 

icon

Best answer by Troy Tessalone 10 August 2023, 05:01

View original

4 replies

Userlevel 7
Badge +14

Hi @Mustapha A 

Good question.

Try moving the URL query string parameters (after the ?) to the Query String Parameters section.

And don’t encode the right side of the query (after the =).

 

What should I put under the query string parameters section? @Troy Tessalone 

Userlevel 7
Badge +14

@Mustapha A 

URL: https://quickbooks.api.intuit.com/v3/company/9130350000239366/query

left side: query

right side: select * from class

Worked like a charm! Thanks Troy! 

Reply