v1

latestOpenAPI 3.0.22026-07-24113565544.0 KB
Violations

Retrieve Account Violations Summary

Retrives Account Violations Summary details by accountID.

get/accounts/{accountID}/summary/violations

Path parameters

accountIDstring required

The user's unique account identifier.

Example:cc07f91b-7ee1-4868-b8fc-823c70a1b932.1407775317759

Response

Retrieving an Account Violations Summary details by accountID was Successful.

accountIDstring

The user's unique account identifier.

accountNostring

The user's unique account number, that is human readable.

tradingType'CASH' | 'MARGIN'

The type of trading the account will participate in.

updatedstring

Time of last update.

Example response

{
  "accountID": "cc07f91b-7ee1-4868-b8fc-823c70a1b932.1407775317759",
  "accountNo": "DWBG000052",
  "tradingType": "CASH",
  "updated": "2017-06-16T15:35:30.617Z",
  "violations": {
    "details": "/back-office/accounts/b5421694-65c6-4e48-9f8f-d90596e2f471.1616427127842/violations"
  }
}