Retrieves the list of bank branch entries
get
                    /service/v1/bankbranch
This endpoint is used to get the list of bank branch entries.
                Request
Supported Media Types
                - application/json
 - application/xml
 
Query Parameters
                - 
                        bankCode(optional): string
                        
                        Bank Code
 - 
                        bankName(optional): string
                        
                        Name of the Bank
 - 
                        branchName(optional): string
                        
                        Name of the Branch
 - 
                        requestBranchCode(optional): string
                        
                        Requested Branch Code
 
Header Parameters
                - 
                        appId: string
                        
                        Application Id
 - 
                        authToken(optional): string
                        
                        Authorization Token
 - 
                        branchCode: string
                        
                        Branch Code
 - 
                        contentType(optional): string
                        
                        Content Type
 - 
                        userId: string
                        
                        User Id for SMS
 
Response
Supported Media Types
                - application/json
 - application/xml
 
200 Response
Successfully performs the operation
                
                
                    Root Schema : CmcBankBranchCollection
    
      Type: 
      
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    objectCollection of bankname.
    
    
    
    
        Show Source
        - 
            data(optional): 
            array  data
            
            List of Bank Branch Objects.
 - 
            paging(optional): 
            object  PagingDto
            
            Paging DTO object
 
Nested Schema : data
    
      
      Type: 
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    arrayList of Bank Branch Objects.
    
    
    
    
    
        Show Source
        - 
            Array of: 
                object  CmcBankBranchModel
            
            Cmc Bank Branch model.
 
Nested Schema : PagingDto
    
      Type: 
      
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    objectPaging DTO object
    
    
    
    
        Show Source
        - 
            totalResults(optional): 
            integer
            Total Results
 
Nested Schema : CmcBankBranchModel
    
      Type: 
      
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    objectCmc Bank Branch model.
    
    
    
    
        Show Source
        - 
            addressLine1(optional): 
            string
            Address line 1.
 - 
            addressLine2(optional): 
            string
            Address line 2.
 - 
            addressLine3(optional): 
            string
            Address line 3.
 - 
            addressLine4(optional): 
            string
            Address line 4.
 - 
            bankCode(optional): 
            string
            Bank code
 - 
            bankName(optional): 
            string
            Bank name
 - 
            branchName(optional): 
            string
            Branch name
 - 
            contactPerson(optional): 
            string
            Contact Person
 - 
            countryCode(optional): 
            string
            Country code
 - 
            designation(optional): 
            string
            Designation
 - 
            emailId(optional): 
            string
            Email Id
 - 
            fax(optional): 
            string
            Fax
 - 
            locationClusterCode(optional): 
            string
            Location Cluster Code
 - 
            locationClusterDesc(optional): 
            string
            Location Cluster Description
 - 
            locationCode(optional): 
            string
            Location Code
 - 
            locationDesc(optional): 
            string
            Location Description
 - 
            mobileNo(optional): 
            number
            Consignment Number
 - 
            pinCode(optional): 
            string
            Pincode
 - 
            requestBranchCode(optional): 
            string
            Branch code
 - 
            routingCode(optional): 
            number
            Rounting Code
 - 
            stateCode(optional): 
            string
            State Code
 - 
            telephone(optional): 
            number
            Telephone
 
400 Response
Malformed syntax.
                
                
                401 Response
Request does not have sufficient credentials.
                
                
                403 Response
Request is not authorized.
                
                
                500 Response
Internal error