SubmissionActionResultResponse

Response object for retrieving submission action's result

  • accountNumber
    Type: string

    Account number

  • action
    Type: string enum

    Action of this result

    values
    • CreateEquitiesAccount
    • CreateCashAccount
    • LinkCashAccount
    • TransferSecurities
    • AddEquityDividendsAccount
    • ListChessEmails
  • createdAtUtc
    Type: string Format: date-time

    Date and time the action is created

  • id
    Type: string Format: uuid

    The unique identifier of the submission's action result

  • reference
    Type: string

    An external ReferenceId linked to this action

  • status
    Type: string enum

    Status of the submission action

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

    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"
}