XeroAPI / Xero-OpenAPI

An OpenAPI description of the Xero API
https://developer.xero.com
MIT License
105 stars 125 forks source link

FullyPaidOnDate inaccessible from BankTransaction #468

Closed dochne closed 3 years ago

dochne commented 3 years ago

Expected Behavior

In the previous version of the API, requesting BankTransactions would bring back FullyPaidOnDate. This is still shown in the example response here, although it's not listed in the list of elements returned in the BankTransactions response.

This data is not accessible through the OpenAPI generated interface.

Current Behavior

The data is shown as a potential piece of response data still, but is inaccessible.

Possible Solution

I would expect either: a. this data to be accessible through the interface or b. the documentation to no longer reference this field as it has been deprecated in this version of the API

Context

Your Environment

RettBehrens commented 3 years ago

@dochne As BankTransactions are always fully paid, this was probably a mistake in putting together the sample body in the docs. I've brought this to the team's attention and will look to have it updated asap