pyxero icon indicating copy to clipboard operation
pyxero copied to clipboard

Get Organisation's Actions

Open willhumble opened this issue 3 years ago • 0 comments

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

willhumble avatar Oct 21 '21 11:10 willhumble