Accounting API
Welcome to our official feedback forum for the Xero Developer API.
The Xero Community site is the best place to submit feedback for improving Xero Business
566 results found
-
Request to Expose WIP and Staff Capacities API [XPM]
I wanted to inquire if there are any plans or possibilities to expose APIs for wip and staff capacities in XPM. Such an API could be incredibly valuable for integrating with our internal tools and streamlining workflows.
1 vote -
Bank Transfers update and delete support in Xero API
The Xero API supports creating and getting Bank Transfers through the API
It would be nice to have the ability to update and delete Bank Transfers through the API
Original Post: https://github.com/XeroAPI/xero-python/issues/167
1 vote -
Contact search should be case insensitive via API
While creating the sales invoice via API, usually we check if the contact is already created or not, to search the contact the name/keyword must be used in the same case that is available on Xero, if its different then it will not search.
1 voteHi Swapnil,
Thanks for the post.
We currently have a work around for the issue you are currently facing which may be of use.
It is possible to include ToLower() in the where clause when quering the endpoint. ie. ?Name.ToLower()=="{name}’
See the following commultiy thread for more information: https://stackoverflow.com/questions/60265042/can-xero-contacts-be-filtered-by-name-case-insensitive
-
Download PDF and Online URL for Overpayments through API
Our customers pay money in advance for us to hold and later use to pay for different services.
Their reason is they have a budget allocation at the beginning of every month which they later use for a varied services with us.
We can only keep the money as Overpayments as this has no tax impact.
Customers need however a receipt in advance, to use before their finance department to actually make the payment.
We need this functionality in the API to avoid messy manual work in parallel to Xero.0 votes -
Enhance endpoints such as Invoices to allow filtering on LineItems sub fields
For performance purposes and to keep the amount of data in transit down, it would be good to enhance the Invoices and other endpoints to allowing filtering on LineItems.
For instanced, AccountCode, ItemCode or TrackingCategories.
This will allow devs to query a smaller subset rather than pull all invoices.
0 votes -
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?