581 results found
-
Ability to update Practice Manager time sheet entry "Billable" field
The Practice Manager API allows the editing of most time sheet entry fields via the Time PUT Update endpoint:
https://developer.xero.com/documentation/api/practice-manager-3-1/time/#put-update
However, for some reason it doesn't currently allow toggling the Billable field.
It would be really useful to allow editing of this field along with the ability to edit the rest of the time sheet entry fields.
1 vote -
provide richer data on your Balance Sheet Report (Report by Outlet/ Location)
The API does not return the location of the asset where it is tagged to currently
1 vote -
Udpate Projects API Endpoint to deliver Contact Name as it does in the internal endpoint.
The Internal Endpoint used on the website delivers more fields than the endpoint in the API.
Internal Endpoint: https://go.xero.com/api/projects/projects?status=INPROGRESSAPI Endpoint: https://api.xero.com/projects.xro/2.0/projects?status=INPROGRESS
While the internal Endpoint delivers the contactName, the external endpoint does only provide the contactId. To fetch the Contact name a user needs to get access to the whole accounting module which is nonsense. The contactName should also be delivered where the id is delivered.
1 vote -
Align front-end and api behaviour to list Customers
Following changes to the front-end of Xero there is now a difference between that and the api when selecting a list of Customers.
Original Behaviour - shown on the API:
All contacts start off as neither customer nor supplier. Once an invoice, bill or credit note is raised the isSupplier or isCustomer field is updated accordingly. The contact retains this status.New front-end behaviour:
We look to see if any invoices or bills have been raised and categorise the contact accordingly.We have a client who has an Accounts Receivable Credit Note posted to it so appears as a Customer…
1 vote -
Support payment of non-base-currency bill from non-base-currency account
Currently you can only create a payment for bill if
- the bill or the bank account is the same as the organisation base currency, or
- the bill and the bank account is the same currency.
Please add support for the case where the bill and bank account have different currencies, neither of which is the organisation base currency.
I get the following validation error through the API when attempting this:
"The invoice, payment and organisation base currencies are all different. Xero cannot currently handle a 3-currency transaction."1 vote -
Posting Bank Transaction attachments should produce helpful error for DELETED transactions
Right now it results in an opaque 500 error, which required me to reach to support.
For example:
```
POST https://api.xero.com/api.xro/2.0/BankTransactions/<transaction>/Attachments/kitten.png
Accept: text/xml
Content-Type: image/png
Authorization: Bearer ...
xero-tenant-id: <..>< /kitten.png
```1 vote -
Get list of attachment details by array of invoice IDs
Currently to get an invoice attachment you need to make a call to the attachment endpiont for a specific entity id, then you need to make a call to the download end point for each found attachment.
We need an efficient way to be notified of weather there is an attachment or not, othewise we will quickly hit our api quote just looking up attachments on invoices.
Would be great if we could request all attachment details objects for an array of invoices to reduce the number of calls we need to make in order to find attachment details for…
1 vote -
Adding first attachment or removing last attachment to an invoice should trigger the invoice webhook
Currently if you add an attachment to the invoice where none existed before, the invoice webhook is not fired, even though invoice.hasAttachments is changed to be true.
Same for if you remove the last attachment on an invoice, this should trigger the invoice webhook as the hasAttachments is now false.
Currently to get an invoice attachment you need to make a call to the attachment endpiont for a specific entity id, then you need to make a call to the download end point for each found attachment.
We need an efficient way to be notified of weather there is an…
1 vote -
Pay Items API - allow access to the 'Display Name' field
It would be great to be able to read the Display Name of the Pay Item.
Also to be able to set the Display Name when creating a new Pay Item.1 vote -
Include the AccountID field for PurchaseOrders and Quotes
Quotes and PurchaseOrders are the only endpoints remaining where the lines do not include the AccountID.
For consistency, it would pay to include these fields.
Hopefuly, this is a simple request since AccountID was added to CreditNotes, Invoices and RepeatingInvoices recently.
1 vote -
Practice Manager - Job priority update via API
Include priority as a field in job GET response.
Include the ability to update the job priority.
1 vote -
"Bank Name"
Please add "Bank Name" field to "Accounts" API. Currently, this API provides only Account details.
1 vote -
Add Disposal Date to fixed assets in the API!
It would be really useful to have the date a disposal was registered in the API
1 vote -
Be able to get receipts pdf through API
Now the receipt is downloadable in the transaction:payment. However it would also be great if the receipt downloadable through API without the need of user to go in the xero account and download it.
1 vote -
Calculate any lump sum payments you may receive within the NHS.
Calculate any lump sum payments you may receive within the NHS.visit https://paidhours.co.uk/
1 vote -
Reconciliation search box to allow multiple search words separated by commas
Many people want the bank reconciliation api feature but since Xero wont do that, here are 2 ideas for helping some people reconcile invoices
Allow multiple search words in the search box
We have clients who pay 50+ invoices all in one batch. They give us a statement in pdf and csv but we have no way to enter that into the xero search except for 1 at a time. Allow us to make a list of invoice ids as a comma separated string and copy paste that into the search boxNext to the search box, add an upload…
1 vote -
Chart of accounts via API - bank accounts
As the Organisation creation wizard limits the import of Chart of Accounts to 1000 when they exceed this they need to be imported via the API. Causing additional pain to transfer the bank balance from the chart of account type pushed in via the API to a newly created chart of account to connect the bank feed to.
The constraints on the API is that the Credit cards and Paypal account types can only be created as type Bank Account type. This means that the client is unable to connect the correct Bank feed as the Account Type is incorrect.
…
1 vote -
Set default branding theme ID on Contact POST
Be able to set the default branding theme ID on contact POST
1 vote -
API access to product attachments
The API doesn't currently offer access to product attachments. This would be useful in our case.
1 vote -
allow filtering in reports at the group level
A U.S. nonprofit's statement of activities groups expenses by activity, not by account. It would be helpful to be able to add an account to a blank report more than once so the account can appear under different groups, and to be able to apply a filter to each group by one or more tracking categories. This would allow us to create a report using the Blank Report template that mimics the statement of activities.
1 vote
- Don't see your idea?