1
QuickBooks Online仅支持根据https://developer.intuit.com/docs/0025_quickbooksapi/0050_data_services/020_key_concepts/00300_query_operations检索1000个查询结果。目前我正在指定toDate和fromDate参数来解决这个问题。有没有其他办法可以解决这个问题?QuickBooks Online 1000结果问题
我怎么会在代码中实现这一点?我使用C#构造我的查询。 – SecretBit
在.NET SDK中,FindAll接受StartPosition和MaxResults作为参数 –