ConsumerDataStandardsAustralia / standards-maintenance

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

Open seanke opened 3 months ago

seanke commented 3 months ago

Description

When looking up a Dataholder on the cdr.govt.au website we can see a "Provider number" given to each Dataholder.

image

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

{
  "legalEntityId": "string",
  "legalEntityName": "string",
  "logoUri": "string",
  "registrationNumber": "string",
  "registrationDate": "2019-10-24",
  "registeredCountry": "string",
  "abn": "string",
  "acn": "string",
  "arbn": "string",
  "industryCode": "string",
  "organisationType": "SOLE_TRADER"
}

The "Provider number" is not one of the values returned.

Change Proposed

Can "Provider number" please be added to the LegalEntityDetail object.

JamesMBligh commented 2 months ago

I'm curious what the use case would be for the Provider Number @seanke?

I believe its the ACCC's internal ID in their portal and isn't really used for anything, unless there is a use case I'm not aware of.