Global API
Request
3 min
request types below are the supported actions which can be processed using breadwinner for xero global api for each object below, prepend the object name with the supported operation to get the method name for example, to read a contact , you would use the action readcontact read create update contact y y y invoice y y y bill y y y purchase order y y y payment y y n/a 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 xero, but will not be replicated back to salesforce false requestjson pass the data as a json string, based on the specified action true xeroorgid required, if xero multi org is enabled in breadwinner in the case of a single xero org, breadwinner by default selects the connected xero org conditional examples see the related objects in the left menu for more examples