This repository houses the interactions, consultations and work management to support the maintenance of baselined components of the Consumer Data Right API Standards and Information Security profile.
41
stars
9
forks
source link
Include "Provider number" in GetDataHolderBrands Response #635
When looking up a Dataholder on the cdr.govt.au website we can see a "Provider number" given to each Dataholder.
Currently, when calling GetDataHolderBrands, a list of RegisterDataHolderBrand objects are returned. This object has a child object called LegalEntityDetail. This child object looks like this
Description
When looking up a Dataholder on the cdr.govt.au website we can see a "Provider number" given to each Dataholder.
Currently, when calling GetDataHolderBrands, a list of RegisterDataHolderBrand objects are returned. This object has a child object called LegalEntityDetail. This child object looks like this
The "Provider number" is not one of the values returned.
Change Proposed
Can "Provider number" please be added to the LegalEntityDetail object.