我有这个xml:
<QBXMLMsgsRq onError="stopOnError">
<InvoiceQueryRq requestID="${requestID}">
<ModifiedDateRangeFilter>
<FromModifiedDate >${from}</FromModifiedDate>
<ToModifiedDate >${to}</ToModifiedDate>
</ModifiedDateRangeFilter>
<IncludeLineItems>true</IncludeLineItems>
</InvoiceQueryRq>
</QBXMLMsgsRq>
我希望过滤发票以仅获取非过帐发票。我在https://developer-static.intuit.com/qbSDK-current/Common/newOSR/index.html中搜索,但没有找到像通过非发布属性过滤发票一样。
有没有人遇到过这个问题?你是怎么解决的?
谢谢。