You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
SDK you're using (please complete the following information):
Xero.NetStandard.OAuth2 - 3.33.0
Xero.NetStandard.OAuth2Client - 1.6.0
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.
The text was updated successfully, but these errors were encountered:
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.
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.
The text was updated successfully, but these errors were encountered: