Search code examples
intuit-partner-platformquickbooks-online

IPP QBO v3 Reports API -- Filtering AgedReceivables Report by Class, Item, and Possibly Others


According to the Documentation for QBO's v3 Reports API for AgedReceivables, I should be able to filter by class and item, but it doesn't seem to be working. (I successfully filtered by customer, so I don't think it's a syntax issue or something else more global like that.)

Here's the successful filter url I'm using:

https://quickbooks.api.intuit.com/v3/company/[redacted]/reports/AgedReceivables?customer=77%2C106&report_date=2015-04-30

Here are the unsuccessful item and class queries I'm using (which simply return a report that's totally unfiltered):

https://quickbooks.api.intuit.com/v3/company/[redacted]/reports/AgedReceivables?item=25%2C36%2C6%2C44%2C34&report_date=2015-04-30
https://quickbooks.api.intuit.com/v3/company/[redacted]/reports/AgedReceivables?report_date=2015-04-30&class=3000000000000740741%2C3000000000000740740

I see nothing about this in the known issues, and would like clarification on what I'm seeing.

Thank you!


Solution

  • I believe you are passing the Ids for item and class filters. I too tried this and got all results. I have raised a bug for this-QBO-62935