Skip to main content
Version: 1.0.0

Get Holding Statement

GET 

/holding-statement

This is used to get the current position details in pdf format of a given customer under a given account number.

Request

Query Parameters

    year integerrequired

    only accepts current year or a previous year

    Example: 2022

    month integerrequired

    Possible values: >= 1 and <= 12

    if current year is given, month must be current month or a previous month

    customerNumber stringrequired

    Possible values: <= 20 characters

    accountNumber string

    Possible values: <= 50 characters

    Security account number

    contentType stringrequired

    currently only accepts json format

    Example: json

Responses

OK

Schema
    status stringrequired
    reason string
    rejectCode integer
    customerNumber string
    month integer
    year integer
    period string
    list object[]
  • Array [
  • accountNumber string
    accountType integer
    list object[]
  • Array [
  • exchangeAccountId string
    exchange string
    list object[]
  • Array [
  • symbol string
    totalHolding number
    list object[]
  • Array [
  • transactionDate string

    Possible values: Value must match regular expression ^[0-9]{4}/(0[1-9]|1[0-2])/(0[1-9]|[1-2][0-9]|3[0-1])$

    narration string
    quantity number
  • ]
  • ]
  • ]
  • ]
Loading...
Is this page helpful for you?