GetSubmissionsResponse

Response object for retrieving a submission

  • accountType
    Type: string enum

    The type of account to be created

    values
    • Individual
    • Joint
    • Company
    • IndividualSuperannuation
    • CompanySuperannuation
    • IndividualTrust
    • CompanyTrust
  • adviserCode
    Type: string

    The Adviser Code provided by Openmarkets to identify the adviser this account gets assigned to

  • branchId
    Type: string

    The Branch Id provided by Openmarkets

  • brokerageCode
    Type: string

    The Brokerage Code provided by Openmarkets to set the default brokerage schedule for this account

  • createdAtUtc
    Type: string Format: date-time

    Date and time the submission is created

  • id
    Type: string Format: uuid
  • organisationCode
    Type: string

    The Organisation Code provided by Openmarkets to identify the client this account belongs to

  • referenceId
    Type: string | null

    An optional external ReferenceId to link this submission to your system

  • status
    Type: string enum

    Status of the submission

    values
    • Pending
    • SolvingIssues
    • Completed
    • Cancelled
  • updatedAtUtc
    Type: string Format: date-time

    Date and time of the most recent update of the submission

Examples
{
  "id": "8f2b6c14-9d0a-4e35-b7c8-2a1f5d3e7b46",
  "organisationCode": "TPUAT",
  "adviserCode": "UAT",
  "brokerageCode": "NIL",
  "branchId": "UA",
  "status": "Pending",
  "referenceId": "CRM-4821",
  "accountType": "Individual",
  "createdAtUtc": "2025-06-11T23:45:12Z",
  "updatedAtUtc": "2025-06-12T01:03:58Z"
}