Sally-Anne Clarke

Results 15 comments of Sally-Anne Clarke

Looking up the instance id shows that the access token you are using is missing the payroll.timesheets scope. Please can you go through the process of connecting your app to...

The payload for the POST timesheet call is not quite correct as there is no pay period specified in the payload. https://developer.xero.com/documentation/api/payrollau/timesheets#post-timesheets

Creating a employee fills the personal details section of the employee record. To add details of the payroll calendar, start date etc you need to make a separate call to...

You use the create invoices call, https://xeroapi.github.io/Xero-Java/v4/accounting/index.html#api-Accounting-createInvoices. The type is ACCPAY for bills as opposed to ACCREC for sales invoices. Xero Developer Centre: [Invoices endpoint](https://developer.xero.com/documentation/api/accounting/invoices)

This is by design, a GET all call gives a summary response, the GET asset by id gives more details. The example responses for the different calls are listed here...

I checked our logs and the instance id 47f6f754-b6b2-4ea4-99e3-b4a160519f83 and instance id 889b771f-be89-4bf8-9424-6642f6cf82ff have the error message: No scope match, Required scopes: finance.statements.read. Please note, you can get the P&L...

Please could you contact Xero's API Support team using this link https://developer.xero.com/contact-xero-developer-platform-support and include your client id and date and time of the last error (and the timezone)

The bank account name is not a field that is editable via the API

Please can you contact [email protected] with details of the issue, your client id and details of the user as well as screen shots and timestamps of the most recent error

This is an error with the Xero API not an error in the SDK. A fix has been released for this within the Xero payroll API