简体   繁体   English

IPP QBO v3报告API-按类,项目以及可能的其他过滤应收账款报告

[英]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. 根据QBO针对AgedReceivables的v3 Reports API的文档 ,我应该能够按类和项进行过滤,但似乎无法正常工作。 (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! 谢谢!

I believe you are passing the Ids for item and class filters. 我相信您正在传递用于项目和类别过滤器的ID。 I too tried this and got all results. 我也尝试过这个并获得了所有结果。 I have raised a bug for this-QBO-62935 我对此QBO-62935提出了一个错误

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM