![]() |
![]() |
Use the QuickBooks OSR (choose the command type from the 'Select Message' dropdown box):
You can find the .XSD schema files in the QuickBooks SDK. You should:
You can also take a look at the .xml files that Intuit uses to produce the On-Screen Reference for QuickBooks that is shipped with the QuickBooks SDK:
For Point of Sale editions, your qbXML requests change a little. They follow this format:
<?xml version="1.0"?> <?qbposxml version="1.0"?> <QBPOSXML> <QBPOSXMLMsgsRq onError="stopOnError"> <CustomerQueryRq requestID="xyz"> ... </CustomerQueryRq> </QBPOSXMLMsgsRq> </QBPOSXML>
Things to check and keep in mind when working with qbXML: