XeroAPI / Xero-NetStandard

A wrapper of the Xero API in the .NetStandard 2.0 framework. Supports Accounting, Payroll AU/US, and Files
MIT License
118 stars 119 forks source link

BankAccountName not being updated in Xero #489

Open IamBigBongo opened 8 months ago

IamBigBongo commented 8 months ago

SDK you're using (please complete the following information):

Describe the bug Trying to update an existing contact in Xero, in particular the Bank Account Name for batch payments. I am populating this field in the API and can see the data posted within the API history, however the 'Financial Details' section within the contact in Xero is not reflecting the data passed through.

To Reproduce Steps to reproduce the behavior: Within code, declare a new BatchPaymentDetails variable, assign some data to the "BankAccountName" property, assign this to the BatchPayments property of the contact and update to Xero.

Expected behavior Expected the data passed through the API to reflect in the front end.

github-actions[bot] commented 8 months ago

PETOSS-360

github-actions[bot] commented 8 months ago

Thanks for raising an issue, a ticket has been created to track your request

Sallyhornet commented 8 months ago

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

IamBigBongo commented 8 months ago

Thank you for the response. Are you able to explain why this is? Because I am able to create a new contact with the bank account name field populated successfully, I just can't update it.