Global API
Request
3min
request types below are the supported actions which can be processed using breadwinner for quickbooks global api for each object below, prepend the object name with the supported operation to get the method name for example, to read a customer , you would use the action readcustomer read create update customer y y y vendor y y y invoice y y y sales receipt y y y credit memo y y y payment y y y building requests breadwinner accepts requests in the form of a map\<string, object> these are the supported keys key (string) value (object) required version 1 0 true action see the list of available actions true skipdml defaults to false if not provided when set to true, the record will be saved to quickbooks, but will not be replicated back to salesforce false requestjson pass the data as a json string, based on the specified action true qborgid required, if quickbooks multi org is enabled in breadwinner in the case of a single quickbooks org, breadwinner by default selects the connected quickbooks org conditional examples see the related objects in the left menu for more examples