我希望使用API在线快速阅读支持利润和损失。 我搜索了一下,我发现在线快速书不通过API支持报告。 我认为快速书最近通过API公开了报告。校验 The QuickBooks Online Reports API has arrived!
我没有找到如何使用php sdk
获取这些报告答案 0 :(得分:0)
QBO Reports API最近在生产中发布。 JAVA / .NET devkits支持这些(PHP devkit不支持JSON响应,而报告API只返回JSON。这就是为什么,现在不能在这里使用PHP devkit)。
您可以查看Reports API
上的以下链接https://developer.intuit.com/blog/2014/03/25/the-quickbooks-online-reports-api-has-arrived
https://developer.intuit.com/docs/0025_quickbooksapi/0050_data_services/reports
由于