7 results found
-
Add the ability to filter by Updated Date on Files API
This should be similar to the Modified After parameter for invoice requests. The UpdatedDateUTC field is available int the body of the file response and users would like the ability to filter on this.
This is in lieu of webhooks notifying users of the file API of changes, which is a separate requested feature.
3 votes -
Make HTTP Requests to DRAFT Projects in Projects API
Post and Get Projects from the Xero Projects API. This can be done from the Xero dashboard, the same thing can be done for INPROGRESS and CLOSED Projects from the API. This should be available for DRAFT projects.
2 votes -
IncludeOnline for files API
Currently there is no option to include the files to be sent in email to customer with object e.g. Invoice.
Attachments API has an option includeonline to specify if we want to send the attachments in the email to the customer.
Also there is an issue to include multiple files via the attachments API. I have added 2 files via the attachments API to invoice only one of them is showing as included online but other file need to be manually included via Xero GUI
2 votes -
2 votes
-
Projects - Mark Time Entries as Invoiced
Amend the current PUT request for time entries to also enable the change of the status so that they can be marked as invoiced. I.e. when the time invoices are being done in an external system that then flows back into Xero.
1 vote -
Report | Supplier Bank Account Change Audit Report
Overview:
In light of the growing prevalence of financial fraud, particularly involving supplier payment redirection, it would be highly beneficial for Xero to introduce a report that tracks all changes made to supplier bank account details over a selected period (e.g., monthly or quarterly).
Why this is important:
Fraud Prevention & Detection:
Supplier payment fraud often involves unauthorised changes to bank account details. A dedicated report would allow finance teams to proactively review any changes and verify their legitimacy before payments are made.
Internal Controls & Compliance:
This report would support internal audit processes and help businesses meet compliance requirements…
1 vote -
Include content-disposition header in response on GET Files/{FileId}/Content
When downloading files via the GET Files/{FileId}/Content, there is no way to know the filename without first getting the details of the file via
GET Files/{FileId}/This means 2 calls must be made when downloading files.
As a suggestion, to reduce pressure on the servers, the Xero API should include the content-disposition and content-type headers on GET Files/{FileId}/Content
This would be similar how we need to include those fields on POST.
This means we could simply parse these headers to find out the file name, reducing pressure on the xero api servers.
0 votes
- Don't see your idea?