Checks the lend limit availability between a pair of customers.
get
                    /api/1.0/service/icl/customer/checkLimitAvailability
This endpoint is used to check the lend limit availability between a pair of customers.
                Request
Supported Media Types
                - application/json
 - application/xml
 
Query Parameters
                - 
                        borrowerCustomerId(required): string
                        
                        Id of the borrowing customer.
 - 
                        branch(required): string
                        
                        Branch for picking up Rate type.
 - 
                        lendAmount(required): number
                        
                        Lending amount.
 - 
                        lendCcy(required): string
                        
                        Lend currency.
 - 
                        lenderCustomerId(required): string
                        
                        Id of the lending customer.
 
Header Parameters
                - 
                        sourceCode(required): string
                        
                        Source from which request is initiated
 
Response
Supported Media Types
                - application/json
 - application/xml
 
200 Response
This endpoint is used to Check and return the availability of the lend limit between a pair of customers.
                
                
                    Nested Schema : ResponseResourceSupport
    
      Type: 
      
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
objectNested Schema : items
    
      Type: 
      
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
object400 Response
Malformed syntax.
                
                
                401 Response
Request does not have sufficient credentials.
                
                
                403 Response
Request is not authorized.
                
                
                500 Response
Internal error