Changelog
Keep track of every change to the Adatree Data APIThis changelog lists all additions and updates to the Adatree Data APIs, in chronological order.
September 24, 2024
- Add support for new value
digitalWallet
on enumBankingScheduledPayment.paymentSet.to.toUType
- Add support for
digitalWallet
toBankingScheduledPayment.paymentSet.to
June 17, 2024
- Update energy bills endpoint
usage
anddemand
objects to reflect newtimeOfUseType
enum values as defined by CDS Energy Bills v3
June 14, 2024
- Energy bills endpoint upgraded to CDS Energy Bills v3, which now returns a new
measureUnit
field fortransactionUType: demand
January 3, 2024
- Energy account detail endpoint now returns either
amount
orrates
array forsolarFeedInTariff
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
andrepaymentFrequency
fromBankingLoanAccount
mandatory requirement as these are optional in the CDS
January 20, 2023
- Add support for
additionalOverviewUris
,additionalTermsUris
,additionalEligibilityUris
,additionalFeesAndPricingUris
,additionalBundleUris
toBankingProduct_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 areUNKNOWN
,ONE_PARTY
,TWO_PARTY
,MANY_PARTY
, orOTHER
. - 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
toCustomer.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
toCustomer.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