Skip to content

Wrong documentation for Payroll AU API #352

@ChakreshwarSharma

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions