We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
SDK you're using (please complete the following information):
Describe the bug When viewing the EarningsLines Property of a UK Payslip the EarningsLineID is incorrect and is set to be the EarningsRateID instead.
e.g.
{ EarningsLineID: 74a6a571-884c-4c7e-aa94-824c0770053b EarningsRateID: 74a6a571-884c-4c7e-aa94-824c0770053b DisplayName: Regular Hours RatePerUnit: 111 NumberOfUnits: 1 FixedAmount: null Amount: 111 IsLinkedToTimesheet: False IsAverageDailyPayRate: null }
To Reproduce Steps to reproduce the behavior:
xeroApi.PayrollApi.GetPaySlipsAsync(xeroApi.AccessToken, xeroApi.XeroTenantId, payRunID, page: 1)
Expected behavior The EarningsLineID should be unique and specific to the earnings line.
The text was updated successfully, but these errors were encountered:
PETOSS-308
Sorry, something went wrong.
Thanks for raising an issue, a ticket has been created to track your request
Just noticed the OpenAPI documentation is incorrect in their example of the PaySlips API too, showing the same GUID for the rate and line ID.
Let me know if I need to open an issue there instead.
https://github.com/XeroAPI/Xero-OpenAPI/blob/master/xero-payroll-uk.yaml
No branches or pull requests
SDK you're using (please complete the following information):
Describe the bug
When viewing the EarningsLines Property of a UK Payslip the EarningsLineID is incorrect and is set to be the EarningsRateID instead.
e.g.
To Reproduce
Steps to reproduce the behavior:
xeroApi.PayrollApi.GetPaySlipsAsync(xeroApi.AccessToken, xeroApi.XeroTenantId, payRunID, page: 1)
Expected behavior
The EarningsLineID should be unique and specific to the earnings line.
The text was updated successfully, but these errors were encountered: