Table of Contents

List of QuickBooks Example qbXML Requests/Responses

General notes about qbXML requests

Where can I find .XSD schema for requests/responses?

With a default installation of the QuickBooks SDK, you can find the ones the validator uses here:

General notes about qbXML responses

Primary keys within QuickBooks are ListIDs and TxnIDs. You'll probably want to store the returned ListID and TxnID from the responses in your application. FullName is also a unique key within QuickBooks, but it can change, so it's usually not a good idea to use it as a primary key.

List of Example qbXML Requests/Responses

WARNING

If you're using Keith's / Consolibyte Solutions PHP framework, you must change the requestID=”…” attribute before using this examples!

You need to embed the $requestID parameter passed to your handler function as requestID=“xyz”

/WARNING

Adding Objects

Modifying Objects

Searching Objects