SubmissionActionResultResponse
Response object for retrieving submission action's result
- accountType: string
Number Account number
- actionType: string enum
Action of this result
values- Create
Equities Account - Create
Cash Account - Link
Cash Account - Transfer
Securities - Add
Equity Dividends Account - List
Chess Emails
- createdType: string Format: date-time
At Utc Date and time the action is created
- idType: string Format: uuid
The unique identifier of the submission's action result
- referenceType: string
An external ReferenceId linked to this action
- statusType: string enum
Status of the submission action
values- Pending
- Solving
Issues - Completed
- Cancelled
- Processing
Failed
- updatedType: string Format: date-time
At Utc Date and time of the most recent update
Examples
{
"id": "d41a7f60-38c2-4b19-9e05-77f3a1c6b8d2",
"action": "CreateEquitiesAccount",
"reference": "CRM-4821",
"status": "Completed",
"accountNumber": "111888",
"createdAtUtc": "2025-06-11T23:45:12Z",
"updatedAtUtc": "2025-06-12T01:03:58Z"
}

