Changelog

Keep track of every change to the Adatree Data API

This changelog lists all additions and updates to the Adatree Data APIs, in chronological order.

January 3, 2024

  • Energy account detail endpoint now returns either amount or rates array for solarFeedInTariff depending on what the data holder supports. Also added additional V3 fields.

December 21, 2023

  • Add new query parameter statuses to /data/banking/transactions endpoint

September 28, 2023

  • Remove fields loanEndDate, nextInstalmentDate and repaymentFrequency from BankingLoanAccount mandatory requirement as these are optional in the CDS

January 20, 2023

  • Add support for additionalOverviewUris, additionalTermsUris, additionalEligibilityUris, additionalFeesAndPricingUris, additionalBundleUris to BankingProduct_additionalInformation.

January 17, 2023

  • Add support for accountOwnership to Bank Account. The value indicating the number of customers that have ownership of the account, according to the data holder's definition of account ownership. Does not indicate that all account owners are eligible consumers. Values are UNKNOWN, ONE_PARTY, TWO_PARTY, MANY_PARTY, or OTHER.
  • Add support for new value DIGITAL_WALLET on enum Payee.type
  • Add support for new value digitalWallet on enum Payee.payeeUType
  • Add support for digitalWallet to Payee
  • Add support for occupationCodeVersion to Customer.person
    • The applicable [ANZSCO] release version of the occupation code provided. Mandatory if an occupationCode is supplied. If occupationCode is supplied but occupationCodeVersion is absent, default is ANZSCO_1220.0_2013_V1.2
    • Values are ANZSCO_1220.0_2006_V1.0, ANZSCO_1220.0_2006_V1.1, ANZSCO_1220.0_2013_V1.2, or ANZSCO_1220.0_2013_V1.3. Default value is ANZSCO_1220.0_2013_V1.2.
  • Add support for industryCodeVersion to Customer.organisation
    • The applicable ANZSIC release version of the industry code provided. Should only be supplied if industryCode is also supplied. If industryCode is supplied but industryCodeVersion is absent, default is ANZSIC_1292.0_2006_V2.0.
    • Values are ANZSIC_1292.0_2006_V1.0 or ANZSIC_1292.0_2006_V2.0. Default value is ANZSIC_1292.0_2006_V2.0.

January 1, 2023

  • API Changelog created