SharesAccountHolders

  • addressLine1
    Type: string | null
  • addressLine2
    Type: string | null
  • addressLine3
    Type: string | null
  • alias
    Type: string | null
  • country
    Type: string | null
  • countryOfBirth
    Type: string | null
  • countryOfCitizenship
    Type: string | null
  • dateOfBirth
    Type: string | null Format: date

    full-date notation as defined by RFC 3339, section 5.6, for example, 2017-07-21

  • email
    Type: string | null
  • gender
    Type: string | null
  • givenName
    Type: string | null
  • homePhone
    Type: string | null
  • isMainContact
    Type: boolean
  • isPep
    Type: string | null
  • lastName
    Type: string | null
  • middleName
    Type: string | null
  • mobilePhone
    Type: string | null
  • occupation
    Type: string | null
  • postcode
    Type: string | null
  • roles
    Type: string | null
  • sourceOfWealth
    Type: string | null
  • state
    Type: string | null
  • suburb
    Type: string | null
  • title
    Type: string | null
  • townOfBirth
    Type: string | null
  • workNumber
    Type: string | null
Examples
{
  "givenName": "Jane",
  "middleName": "Marie",
  "lastName": "Citizen",
  "title": "Ms",
  "alias": null,
  "dateOfBirth": "1985-04-12",
  "email": "jane.citizen@example.com",
  "mobilePhone": "+61 400 000 000",
  "homePhone": null,
  "workNumber": "+61 3 9000 0000",
  "countryOfCitizenship": "AU",
  "countryOfBirth": "AU",
  "townOfBirth": "Melbourne",
  "isPep": "No",
  "occupation": "Software engineer",
  "roles": "AccountHolder",
  "sourceOfWealth": "Salary",
  "addressLine1": "Level 8, 350 Collins Street",
  "addressLine2": null,
  "addressLine3": null,
  "suburb": "Melbourne",
  "state": "VIC",
  "postcode": "3000",
  "country": "AU",
  "gender": "Female",
  "isMainContact": true
}