Update an existing core accounts
put
                    /service/coreaccounts/{custAccountNo}
This endpoint is used to update an existing core accounts.
                Request
Supported Media Types
                - application/json
 - application/xml
 
Path Parameters
                - 
                    custAccountNo: string
                    
                    custAccountNo of the coreaccounts Maintenance
 
Header Parameters
                - 
                        sourceCode: string
                        
                        includecloseandunauth need to be set to fetch summary record, defult value is false
 
Request body contains data required to update an existing coreaccounts
                
                
                
                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
            Pattern:
[6,7,1] - 
            acOpenDate(optional): 
            string(date)
            
 - 
            acStatDormant(optional): 
            string
            Pattern:
[Y,N] - 
            acStatFrozen(optional): 
            string
            Pattern:
[Y,N] - 
            acStatNoCr(optional): 
            string
            Pattern:
[Y,N] - 
            acStatNoDr(optional): 
            string
            Pattern:
[Y,N] - 
            address1(optional): 
            string
            Minimum Length:
0Maximum Length:105 - 
            address2(optional): 
            string
            Minimum Length:
0Maximum Length:105 - 
            address3(optional): 
            string
            Minimum Length:
0Maximum Length:105 - 
            address4(optional): 
            string
            Minimum Length:
0Maximum Length:105 - 
            countryCode(optional): 
            string
            
 - 
            custAcCcy: 
            string
            
 - 
            custAccountNo: 
            string
            Minimum Length:
1Maximum Length:20Pattern:[a-zA-Z0-9]+ - 
            custAcIban(optional): 
            string
            Minimum Length:
0Maximum Length:35Pattern:[a-zA-Z0-9]+ - 
            custAcName: 
            string
            Minimum Length:
0Maximum Length:105Pattern:[a-zA-Z0-9]+ - 
            customerNo: 
            string
            
 - 
            ecaCheckReq(optional): 
            string
            Pattern:
[Y,N] - 
            glStatBlocked(optional): 
            string
            Pattern:
[Y,N] - 
            hostCode: 
            string
            
 - 
            sourceSystem: 
            string
            
 - 
            sourceSystemAccBrn: 
            string
            
 - 
            sourceSystemAccNo: 
            string
            Minimum Length:
0Maximum Length:35Pattern:[a-zA-Z0-9]+ 
Response
Supported Media Types
                - application/json
 - application/xml
 
200 Response
Returns updated accounts
                
                
                    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
            Pattern:
[6,7,1] - 
            acOpenDate(optional): 
            string(date)
            
 - 
            acStatDormant(optional): 
            string
            Pattern:
[Y,N] - 
            acStatFrozen(optional): 
            string
            Pattern:
[Y,N] - 
            acStatNoCr(optional): 
            string
            Pattern:
[Y,N] - 
            acStatNoDr(optional): 
            string
            Pattern:
[Y,N] - 
            address1(optional): 
            string
            Minimum Length:
0Maximum Length:105 - 
            address2(optional): 
            string
            Minimum Length:
0Maximum Length:105 - 
            address3(optional): 
            string
            Minimum Length:
0Maximum Length:105 - 
            address4(optional): 
            string
            Minimum Length:
0Maximum Length:105 - 
            countryCode(optional): 
            string
            
 - 
            custAcCcy: 
            string
            
 - 
            custAccountNo: 
            string
            Minimum Length:
1Maximum Length:20Pattern:[a-zA-Z0-9]+ - 
            custAcIban(optional): 
            string
            Minimum Length:
0Maximum Length:35Pattern:[a-zA-Z0-9]+ - 
            custAcName: 
            string
            Minimum Length:
0Maximum Length:105Pattern:[a-zA-Z0-9]+ - 
            customerNo: 
            string
            
 - 
            ecaCheckReq(optional): 
            string
            Pattern:
[Y,N] - 
            glStatBlocked(optional): 
            string
            Pattern:
[Y,N] - 
            hostCode: 
            string
            
 - 
            sourceSystem: 
            string
            
 - 
            sourceSystemAccBrn: 
            string
            
 - 
            sourceSystemAccNo: 
            string
            Minimum Length:
0Maximum Length:35Pattern:[a-zA-Z0-9]+ 
Nested Schema : items
    
      Type: 
      
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
object400 Response
Bad request error, the server is unable to process the request
                
                
                401 Response
Unauthorized request error, invalid credentials
                
                
                403 Response
Request denied, no permission to access the request.
                
                
                405 Response
Request denied, invalid input.
                
                
                500 Response
Internal server error.