Retrieves the list of total investment details
get
/investmentdetails
This endpoint is used to get the list of total investment details.
Request
Supported Media Types
- application/json
- application/xml
Query Parameters
-
customerId(optional): string
Maximum Length:
36Pattern:[a-zA-Z0-9]fetch record according to customerId -
limit(optional): integer
limit is maximum no of records to be fetched
-
offset(optional): integer
offset is starting no of records to be fetched
-
structureId(optional): string
Pattern:
[A-Z0-9]{1,30}fetch record according to structureId
Response
Supported Media Types
- application/json
- application/xml
200 Response
Successful performs the operation
Root Schema : LmdRdInvestmentDetailsCollection
Type:
objectCollection of Investment details
Show Source
Nested Schema : data
Type:
Show Source
array-
Array of:
object LmdRdInvestmentDetailsDTO
InvestmentDetails DTO
Nested Schema : GenericDto
Match All
Show Source
-
object
GenericDto-allOf[0]
Discriminator:
resource_type
Nested Schema : GenericDto-allOf[0]
Type:
objectDiscriminator:
resource_typeNested Schema : LmdRdInvestmentDetailsDTO-allOf[1]
Type:
Show Source
object-
accountNumber(optional):
string
Maximum Length:
30account number in Investment details -
availableBalance(optional):
number
Available Balance in Investment details
-
currencyCode(optional):
string
Maximum Length:
3Currency code in Investment details -
customerId(optional):
string
Pattern:
[a-zA-Z0-9]{1,20}Customer Id for Investment details -
instrumentType(optional):
string
Instrument Type for Investment details
-
parentAccountNumber(optional):
string
Maximum Length:
30Parent account number in Investment details -
structureId(optional):
string
Pattern:
[A-Z0-9]{1,30}structure id in Investment details -
valueDate(optional):
string
Pattern:
[0-9]{4}[-][0-9]{2}[-][0-9]{2}value date in Investment details
400 Response
Malformed syntax.
401 Response
Request does not have sufficient credentials.
403 Response
Request is not authorized.
500 Response
Internal error