QbXML for Querying for Invoices by TxnID
From ConsoliBYTE Wiki
Revision as of 11:54, 18 October 2013 by Consolibyte (Talk | contribs)
Querying for Invoices by TxnID
Example qbXML Request
<?xml version="1.0" encoding="utf-8"?> <?qbxml version="8.0"?> <QBXML> <QBXMLMsgsRq onError="stopOnError"> <InvoiceQueryRq requestID="2"> <TxnID>2484-1263499231</TxnID> </InvoiceQueryRq> </QBXMLMsgsRq> </QBXML>