Retrieves the CurrencyBalance by ID.
get
                    /service/lmd/currencybalance
This endpoint is used to get the CurrencyBalance by ID.
                Request
Supported Media Types
                - application/json
- application/xml
Query Parameters
                - 
                        customerId: string
                        
                        Pattern:[a-zA-Z0-9]{1,20}Customer Id(s) for which data needs to be fetched
- 
                        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}Structure Id(s) for which data needs to be fetched
Header Parameters
                - 
                        sourceCode(required): string
                        
                        Source from which request is initiated
Response
Supported Media Types
                - application/json
- application/xml
200 Response
Returns the currency balances based on given id.
                
                
                    Root Schema : LmdTbCurrencyBalanceServiceCollection
    
      Type: 
      
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    objectCollection of Currency Balances
    
    
    
    
        Show Source
        
        
    
    
    
    
    
    
    
Nested Schema : data
    
      
      Type: 
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
        Show Source
        array- 
            Array of: 
                object  LmdTbCurrencyBalanceDTO
            
            CurrencyBalance 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 : LmdTbCurrencyBalanceDTO-allOf[1]
    
      Type: 
      
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
        Show Source
        object- 
            accountNumber: 
            string
            account number in Currency Balance
- 
            availableBalance: 
            integer
            Available Balance in Currency Balance
- 
            branchCode: 
            string
            branch Code in Currency Balance
- 
            currencyCode: 
            string
            Currency code in Customer Balance
- 
            customerId: 
            string
            Pattern:[a-zA-Z0-9]{1,20}Customer Id for Currency Balance
- 
            structureId: 
            string
            Pattern:[A-Z0-9]{1,30}structure id in Currency Balance
- 
            userId: 
            string
            User Id of the Currency Balance
- 
            valueDate: 
            string(date)
            value date in Currency Balance
400 Response
Malformed syntax.
                
                
                401 Response
Request does not have sufficient credentials.
                
                
                403 Response
Request is not authorized.
                
                
                500 Response
Internal error