私はこの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で検索しましたが、非投稿属性によるフィルター請求書のように見つかりませんでした。
誰かがこの問題に遭遇しましたか? どのように解決しましたか?
ありがとう。