Get all valid core accounts
get
                    /coreaccounts
This endpoint is used to fet all valid core accounts maintenance records.
                Request
Supported Media Types
                - application/json
 - application/xml
 
Query Parameters
                - 
                        acStatDormant(optional): string
                        
                        
 - 
                        acStatFrozen(optional): string
                        
                        
 - 
                        acStatNoCr(optional): string
                        
                        
 - 
                        acStatNoDr(optional): string
                        
                        
 - 
                        accountClass(optional): string
                        
                        
 - 
                        address1(optional): string
                        
                        
 - 
                        authStat(optional): string
                        
                        
 - 
                        checkerId(optional): string
                        
                        
 - 
                        countryCode(optional): string
                        
                        
 - 
                        custAcCcy(optional): string
                        
                        
 - 
                        custAcIban(optional): string
                        
                        
 - 
                        custAcName(optional): string
                        
                        
 - 
                        custAccountNo(optional): string
                        
                        
 - 
                        customerNo(optional): string
                        
                        
 - 
                        glStatBlocked(optional): string
                        
                        
 - 
                        hostCode(optional): string
                        
                        
 - 
                        includecloseandunauth(optional): boolean
                        
                        includecloseandunauth need to be set to fetch summary record, defult value is false
 - 
                        limit(optional): integer
                        
                        limit is maximum no of records to be fetched
 - 
                        makerId(optional): string
                        
                        
 - 
                        modNo(optional): integer
                        
                        
 - 
                        offset(optional): integer
                        
                        offset is starting no of records to be fetched
 - 
                        onceAuth(optional): string
                        
                        
 - 
                        recordStat(optional): string
                        
                        
 - 
                        sourceSystem(optional): string
                        
                        
 - 
                        sourceSystemAccBrn(optional): string
                        
                        
 - 
                        sourceSystemAccNo(optional): string
                        
                        
 
Response
Supported Media Types
                - application/json
 - application/xml
 
201 Response
Returns message of success or failure
                
                Headers
                
                
                
                    Nested Schema : GenericDto
    
      
      
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    Match All
    Show Source
    - 
            
            object 
            
            
         GenericDto-allOf[0]
            
        Discriminator:
resource_type 
Nested Schema : GenericDto-allOf[0]
    
      Type: 
      
    
    
    
    
    objectDiscriminator: 
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
resource_typeNested Schema : CoreAccountDTO-allOf[1]
    
      Type: 
      
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
        Show Source
        object- 
            accountClass(optional): 
            string
            Maximum Length:
6Account class of the external customer account. It can be Normal account or Nostro account - 
            acOpenDate(optional): 
            string
            Pattern:
[0-9]{4}[-][0-9]{2}[-][0-9]{2}The date on which account is being opened - 
            acStatDormant(optional): 
            string
            Minimum Length:
1Maximum Length:1Pattern:[Y,N]Indicates that the account status is dormant - 
            acStatFrozen(optional): 
            string
            Minimum Length:
0Maximum Length:1Pattern:[Y,N]Indicate that the account status is frozen - 
            acStatNoCr(optional): 
            string
            Minimum Length:
0Maximum Length:1Pattern:[Y,N]Indicates that the account does not have any credit facility - 
            acStatNoDr(optional): 
            string
            Minimum Length:
0Maximum Length:1Pattern:[Y,N]Indicates that the account does not have any debit facility - 
            address1(optional): 
            string
            Minimum Length:
0Maximum Length:105First line of the customer?s address - 
            address2(optional): 
            string
            Minimum Length:
0Maximum Length:105Second line of the customer?s address - 
            address3(optional): 
            string
            Minimum Length:
0Maximum Length:105Third line of the customer?s address - 
            address4(optional): 
            string
            Minimum Length:
0Maximum Length:105Fourth line of the customer?s address - 
            countryCode(optional): 
            string
            Minimum Length:
0Maximum Length:4Country Code - 
            custAcCcy(optional): 
            string
            Maximum Length:
3Currency in which the account is being created - 
            custAccountNo: 
            string
            Minimum Length:
1Maximum Length:20Pattern:[a-zA-Z0-9]+Account number of the External customer - 
            custAcIban(optional): 
            string
            Minimum Length:
0Maximum Length:35Pattern:[a-zA-Z0-9]+IBAN that is linked to the customer - 
            custAcName: 
            string
            Minimum Length:
0Maximum Length:105Pattern:[a-zA-Z0-9\s]+Name of the account holder - 
            customerNo: 
            string
            Maximum Length:
20Customer number to which the account number is being linked - 
            ecaCheckReq(optional): 
            string
            Minimum Length:
0Maximum Length:1Pattern:[Y,N]Indicates that ECA check is required for the external customer account - 
            glStatBlocked(optional): 
            string
            Minimum Length:
0Maximum Length:1Pattern:[Y,N]Indicates that the account status is blocked - 
            hostCode: 
            string
            Maximum Length:
8The host code that is linked to the logged in user of the branch. - 
            sourceSystem: 
            string
            Maximum Length:
35Name of the source system - 
            sourceSystemAccBrn: 
            string
            Maximum Length:
20Branch to which the account belongs to - 
            sourceSystemAccNo: 
            string
            Minimum Length:
0Maximum Length:35Pattern:[a-zA-Z0-9]+Account number as in the source system 
400 Response
Malformed syntax.
                
                
                401 Response
Request does not have sufficient credentials.
                
                
                403 Response
Request is not authorized.
                
                
                405 Response
Invalid input
                
                
                500 Response
Internal error