Skip to content

Wrong documentation for Payroll AU API #352

Description

@ChakreshwarSharma

https://xeroapi.github.io/xero-ruby/payroll_au/index.html#api-PayrollAu-getPayRuns

As per this

  response = xero_client.accounting_api.get_pay_runs(xero_tenant_id, if_modified_since, where, order, page)

Instead it should be

xero_client.payroll_au_api.get_pay_runs(xero_tenant_id, if_modified_since, where, order, page)

This is for all Payroll AU apis, i haven't checked the other APIs.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions