Retrieves the list of total investment details.
get
                    /service/lmd/investmentdetails
This endpoint is used to get the list of total investment details.
                Request
Supported Media Types
                - application/json
- application/xml
Query Parameters
                - 
                        customerId: string
                        
                        Maximum Length:36Pattern:[a-zA-Z0-9]fetch record according to customerId
- 
                        limit: integer
                        
                        limit is maximum no of records to be fetched
- 
                        offset: integer
                        
                        offset is starting no of records to be fetched
- 
                        structureId: string
                        
                        Pattern:[A-Z0-9]{1,30}fetch record according to structureId
Header Parameters
                - 
                        sourceCode(required): string
                        
                        Source from which request is initiated
Response
Supported Media Types
                - application/json
- application/xml
200 Response
Successful performs the operation
                
                
                    Root Schema : LmdRdInvestmentDetailsServiceCollection
    
      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: 
            string
            Maximum Length:35account number in Investment details
- 
            availableBalance: 
            number
            Available Balance in Investment details
- 
            currencyCode: 
            string
            Maximum Length:3Currency code in Investment details
- 
            customerId: 
            string
            Pattern:[a-zA-Z0-9]{1,20}Customer Id for Investment details
- 
            instrumentType: 
            string
            Instrument Type for Investment details
- 
            parentAccountNumber: 
            string
            Maximum Length:35Parent account number in Investment details
- 
            structureId: 
            string
            Pattern:[A-Z0-9]{1,30}structure id in Investment details
- 
            valueDate: 
            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