Hi maintainers,
First of all, thank you for maintaining this library.
I'm currently building a workflow/task management platform for an Australian accounting practice that uses Xero Practice Manager (XPM) and Xero Tax.
While reviewing the XPM API documentation, I found support for entities such as:
- Clients
- Jobs
- Staff
- Time
- Invoices
However, I could not find any APIs related to the Tax > Returns section in XPM.
Specifically, I'm looking for read-only access to information such as:
- Tax Return records
- Return Type (ITR, Activity Statement, etc.)
- Return Status (Draft, Approved, To Sign, Filed, etc.)
- Due Dates
- Tax Years
My questions are:
- Does Xero expose Tax Returns data through any public XPM API?
- If such APIs exist, does this Java SDK currently support them?
- If not, is Tax Returns functionality unavailable via public APIs, or is it only available through partner/private APIs?
To clarify, I am not looking to create, modify, approve, or submit tax returns. I only need read-only access to synchronize tax return statuses into an external task management platform.
Any information would be greatly appreciated.
Thank you!
Hi maintainers,
First of all, thank you for maintaining this library.
I'm currently building a workflow/task management platform for an Australian accounting practice that uses Xero Practice Manager (XPM) and Xero Tax.
While reviewing the XPM API documentation, I found support for entities such as:
However, I could not find any APIs related to the Tax > Returns section in XPM.
Specifically, I'm looking for read-only access to information such as:
My questions are:
To clarify, I am not looking to create, modify, approve, or submit tax returns. I only need read-only access to synchronize tax return statuses into an external task management platform.
Any information would be greatly appreciated.
Thank you!