Open willhumble opened 3 years ago
Add the ability to get the Organisations Actions, as per API Docs:
Actions
def getXeroOrganisationActions(siteId): creds = getCredentials(siteId) xero = Xero(creds) list = xero.organisations.actions() return list
Add the ability to get the Organisations Actions, as per API Docs:
Actions