pyxero
pyxero copied to clipboard
Get Organisation's Actions
Add the ability to get the Organisations Actions, as per API Docs:
def getXeroOrganisationActions(siteId):
creds = getCredentials(siteId)
xero = Xero(creds)
list = xero.organisations.actions()
return list