QBO SDK PHP 获取所有存款客户
QBO SDK PHP getting all deposits customer
我想知道如何使用以下SDK(https://github.com/intuit/QuickBooks-V3-PHP-SDK)获取目标客户的所有存款。
有没有比获得所有存款,然后循环提取想要的客户的存款更简单的方法?
官方QBO回答:
You can get complete deposit list by querying the “Query a deposit”
API end point. If we use filter in query, then it may return incorrect
results. Better you can iterate the response and add filter logic in
your code and get specified
我想知道如何使用以下SDK(https://github.com/intuit/QuickBooks-V3-PHP-SDK)获取目标客户的所有存款。
有没有比获得所有存款,然后循环提取想要的客户的存款更简单的方法?
官方QBO回答:
You can get complete deposit list by querying the “Query a deposit” API end point. If we use filter in query, then it may return incorrect results. Better you can iterate the response and add filter logic in your code and get specified