GetSubmissionsResponse
Response object for retrieving a submission
- accountType: string enum
Type The type of account to be created
values- Individual
- Joint
- Company
- Individual
Superannuation - Company
Superannuation - Individual
Trust - Company
Trust
- adviserType: string
Code The Adviser Code provided by Openmarkets to identify the adviser this account gets assigned to
- branchType: string
Id The Branch Id provided by Openmarkets
- brokerageType: string
Code The Brokerage Code provided by Openmarkets to set the default brokerage schedule for this account
- createdType: string Format: date-time
At Utc Date and time the submission is created
- idType: string Format: uuid
- organisationType: string
Code The Organisation Code provided by Openmarkets to identify the client this account belongs to
- referenceType: string | null
Id An optional external ReferenceId to link this submission to your system
- statusType: string enum
Status of the submission
values- Pending
- Solving
Issues - Completed
- Cancelled
- updatedType: string Format: date-time
At Utc 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"
}

