CHESS Registration details

Query Parameters
  • organisationCode
    Type: string
  • branchCode
    Type: string
  • advisorCode
    Type: string
  • accountNumber
    Type: string
Responses
  • application/json
Request Example for get/connect-data/chessregistrationdetails/v1
curl https://api.uat.openbroker.io/connect-data/chessregistrationdetails/v1
[
  {
    "organisationCode": "TPOMAL",
    "advisorCode": "ADV1",
    "branchCode": "01",
    "accountNumber": "111888",
    "hin": "X0001234567",
    "name1": "MR JAMES ALAN SMITH",
    "name2": null,
    "name3": null,
    "designation": null,
    "addressLine1": "UNIT 12A",
    "addressLine2": "350 COLLINS STREET",
    "addressLine3": "MELBOURNE VIC",
    "addressLine4": null,
    "postCode": "3000",
    "countryCode": "AUS"
  }
]