I'm using PHP Quickbooks Devkit 2.0 for developing an application. I have downloaded it from consolibyte. My question is how to request for fetching all transactions from the quickbooks db? Now my request xml is like this:-
<?xml version="1.0" encoding="utf-8"?>
<?qbxml version="2.0"?>
<QBXML>
<QBXMLMsgsRq onError="stopOnError">
<TransactionQueryRq>
<FromModifiedDate>1990-01-01T00:00:00</FromModifiedDate>
</TransactionQueryRq>
</QBXMLMsgsRq>
</QBXML>
Please anyone suggest is their any problem with this xml??