admin管理员组文章数量:1278920
I'm having trouble fetching a specific sales order from QuickBooks. I’ve tried using TXNNumber and RefNumber in my queries, but each time I get the error: "System.Exception: QuickBooks found an error when parsing the provided XML text stream."
Has anyone figured out how to query a specific sales order in QuickBooks Desktop Enterprise?
Thanks in advance for the help!
Below is one example query I used,
<?qbxml version="16.0"?>
<QBXML>
<QBXMLMsgsRq onError="stopOnError">
<SalesOrderQueryRq requestID="2">
<MaxReturned>10</MaxReturned>
<TxnNumber>377074</TxnNumber>
<TxnDateRangeFilter>
<FromTxnDate>2025-02-15</FromTxnDate>
<ToTxnDate>2025-02-20</ToTxnDate>
</TxnDateRangeFilter>
</SalesOrderQueryRq>
</QBXMLMsgsRq>
</QBXML>
I expected for the specific transaction to come as a response but it didn't work, this same query worked when I removed the TXNumber tag
本文标签: netSearching for a specific sales order in Quickbooks desktop enterpriseStack Overflow
版权声明:本文标题:.net - Searching for a specific sales order in Quickbooks desktop enterprise - Stack Overflow 内容由网友自发贡献,该文观点仅代表作者本人, 转载请联系作者并注明出处:http://www.betaflare.com/web/1741277446a2369812.html, 本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌抄袭侵权/违法违规的内容,一经查实,本站将立刻删除。
发表评论