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
Hi, I want to know the ways post timesheet.
Thanks
The text was updated successfully, but these errors were encountered:
https://developer.xero.com/documentation/payroll-api/timesheets does exist, but we haven't modelled anything in the payroll branch explicitly for this.
Sorry, something went wrong.
@CloCkWeRX Hi Daniel, I'm trying out your Timesheet modifications. But I'm always getting not authorized to access resource.
Normal API works fine (non payroll, but accounting). Is it correct that I need to authorize it as before and then call the payroll method?
See below:
@integration_client = Xeroizer::PartnerApplication.new( 'XXXXXXXXXXX', 'XXXXXXXXXXXXXXX', "lib/invoice_exporter/privatekeyxero.pem" ) @integration_client.authorize_from_access( session[:xero_auth][:access_token], session[:xero_auth][:access_key] ) @payroll = @integration_client.payroll @payroll.Timesheet.all
No branches or pull requests
Hi,
I want to know the ways post timesheet.
Thanks
The text was updated successfully, but these errors were encountered: