Home - mkplabs/systogether-quickbooks GitHub Wiki

Welcome to the systogether-quickbooks wiki!

What is SysTogether

SysTogether is an AppExchange application that facilitates integration between Salesforce (force.com platform) and Quickbooks Online via the Quickbooks Rest API.

Including in the package are two Apex Classes that allow you to interact with Quickbooks via Apex.

Obj Class

The Obj Apex Class provides a wrapper that provides bidirectional transformation between Salesforce records and their corresponding Quickbooks records. It also provides methods to perform the bidirectional sending of this data between the two applications.

API Class

The API Apex Class provides a method to perform queries of Quickbooks data that result in a list of Obj instances.