Adds a new account
post
                    /service/account
This endpoint is used to add a new account maintenance.
                Request
Supported Media Types
                - application/json
- application/xml
Header Parameters
                - 
                        sourceCode(required): string
                        
                        Source from which request is initiated
Request Body that contains data required for creating a new account
                
                
                
                Nested Schema : GenericDto
    
      
      
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    Match All
    Show Source
    - 
            
            object 
            
            
         GenericDto-allOf[0]
            
        Discriminator:resource_type
Nested Schema : GenericDto-allOf[0]
    
      Type: 
      
    
    
    
    
    objectDiscriminator: 
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
resource_typeNested Schema : LmmTmAccountDTO-allOf[1]
    
      Type: 
      
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
        Show Source
        object- 
            accCategory: 
            string
            Maximum Length:20Default Value:S
- 
            accClosedDate: 
            string(date)
            
- 
            accCreatedDate: 
            string(date)
            
- 
            accOpenDate: 
            string
            Pattern:[0-9]{4}[-][0-9]{2}[-][0-9]{2}
- 
            accountDescription: 
            string
            Maximum Length:140
- 
            accountNumber(required): 
            string
            Maximum Length:30
- 
            acyAvailableBal: 
            number
            
- 
            acyCasaBlockedAmt: 
            number
            
- 
            acyCurrentBal: 
            number
            
- 
            address1: 
            string
            Minimum Length:0Maximum Length:105Pattern:[A-Za-z0-9 ()_+:"',.?\/-]*First line of the customer?s address
- 
            address2: 
            string
            Minimum Length:0Maximum Length:105Pattern:[A-Za-z0-9 ()_+:"',.?\/-]*Second line of the customer?s address
- 
            address3: 
            string
            Minimum Length:0Maximum Length:105Pattern:[A-Za-z0-9 ()_+:"',.?\/-]*Third line of the customer?s address
- 
            address4: 
            string
            Minimum Length:0Maximum Length:105Pattern:[A-Za-z0-9 ()_+:"',.?\/-]*Fourth line of the customer?s address
- 
            balCompParticipation: 
            string
            Maximum Length:1
- 
            bankCode: 
            string
            
- 
            bankName: 
            string
            Name of the Bank
- 
            branchCode(required): 
            string
            Maximum Length:4Pattern:[a-zA-Z0-9]+
- 
            branchDate: 
            string
            
- 
            branchName: 
            string
            Name of the Branch
- 
            cityId: 
            string
            
- 
            countryCode: 
            string
            Minimum Length:0Maximum Length:4Country Code
- 
            countryId: 
            string
            
- 
            countryName: 
            string
            Name of the Country
- 
            crLimit: 
            number
            
- 
            currency(required): 
            string
            Maximum Length:3
- 
            customerId(required): 
            string
            Pattern:[A-Z0-9]{1,30}
- 
            customerName: 
            string
            
- 
            drLimit: 
            number
            
- 
            entityID: 
            string
            Maximum Length:50
- 
            entityName: 
            string
            Maximum Length:105
- 
            externalSystemId: 
            string
            Maximum Length:35
- 
            groupCode: 
            string
            Maximum Length:5
- 
            groupDescription: 
            string
            Maximum Length:150
- 
            iban: 
            string
            Maximum Length:50
- 
            ilRouteCode: 
            string
            Maximum Length:30
- 
            isActive: 
            string
            Maximum Length:1Default Value:A
- 
            isAutoAuth: 
            string
            Maximum Length:1Default Value:NY for authoauth. Used for LM Consumer
- 
            isBalanceOnline: 
            string
            
- 
            isBlocked: 
            string
            Maximum Length:1Pattern:[Y,N]
- 
            isCoreAccount: 
            string
            
- 
            isDebitUnlimited: 
            string
            Maximum Length:1Pattern:[Y,N]
- 
            isDormant: 
            string
            Maximum Length:1Pattern:[Y,N]
- 
            isExternal: 
            string
            
- 
            isFrozen: 
            string
            Maximum Length:1Pattern:[Y,N]
- 
            isICRequired: 
            string
            Maximum Length:1Pattern:[Y,N]
- 
            isMultiCurrencyAccount: 
            string
            Maximum Length:1
- 
            isNoCredit: 
            string
            Maximum Length:1Pattern:[Y,N]
- 
            isNoDebit: 
            string
            Maximum Length:1Pattern:[Y,N]
- 
            isNotional: 
            string
            Maximum Length:1Default Value:NPattern:[Y,N]
- 
            isOfflineAccount: 
            string
            
- 
            isProspect: 
            string
            Maximum Length:1
- 
            isRegulatedDebits: 
            string
            Maximum Length:1Default Value:NPattern:[Y,N]Denotes whether the Accounts debit is Regulated
- 
            isResident: 
            string
            Maximum Length:1Default Value:R
- 
            isVirtual: 
            string
            Maximum Length:1Pattern:[Y,N]
- 
            lastBalUpdateTime: 
            string(date)
            
- 
            limitCcy: 
            string
            Maximum Length:3
- 
            lineId: 
            string
            Maximum Length:11
- 
            LmmTmMultiCcyAccountDTO: 
            array  LmmTmMultiCcyAccountDTO
            
            
- 
            logCode: 
            string
            Maximum Length:50
- 
            multiCcyAccountNumber: 
            string
            Maximum Length:30
- 
            noBalanceHandling: 
            string
            Maximum Length:20
- 
            odLimit: 
            number
            
- 
            region: 
            string
            Maximum Length:100
- 
            simAccount: 
            string
            Maximum Length:30Simulation AccountNumber
- 
            sourceSystem: 
            string
            Maximum Length:35
- 
            sourceSystemAccNo: 
            string
            Maximum Length:35
- 
            uncollAvailable: 
            number
            
- 
            uncollFundsLimit: 
            number
            
- 
            updatedIban: 
            string
            
Response
Supported Media Types
                - application/json
- application/xml
201 Response
Returns message of success or failure 
                
                Headers
                - 
                        Location: string
                        
                        URL of newly created account
Nested Schema : GenericDto
    
      
      
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    Match All
    Show Source
    - 
            
            object 
            
            
         GenericDto-allOf[0]
            
        Discriminator:resource_type
Nested Schema : GenericDto-allOf[0]
    
      Type: 
      
    
    
    
    
    objectDiscriminator: 
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
resource_typeNested Schema : LmmTmAccountDTO-allOf[1]
    
      Type: 
      
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
        Show Source
        object- 
            accCategory: 
            string
            Maximum Length:20Default Value:S
- 
            accClosedDate: 
            string(date)
            
- 
            accCreatedDate: 
            string(date)
            
- 
            accOpenDate: 
            string
            Pattern:[0-9]{4}[-][0-9]{2}[-][0-9]{2}
- 
            accountDescription: 
            string
            Maximum Length:140
- 
            accountNumber(required): 
            string
            Maximum Length:30
- 
            acyAvailableBal: 
            number
            
- 
            acyCasaBlockedAmt: 
            number
            
- 
            acyCurrentBal: 
            number
            
- 
            address1: 
            string
            Minimum Length:0Maximum Length:105Pattern:[A-Za-z0-9 ()_+:"',.?\/-]*First line of the customer?s address
- 
            address2: 
            string
            Minimum Length:0Maximum Length:105Pattern:[A-Za-z0-9 ()_+:"',.?\/-]*Second line of the customer?s address
- 
            address3: 
            string
            Minimum Length:0Maximum Length:105Pattern:[A-Za-z0-9 ()_+:"',.?\/-]*Third line of the customer?s address
- 
            address4: 
            string
            Minimum Length:0Maximum Length:105Pattern:[A-Za-z0-9 ()_+:"',.?\/-]*Fourth line of the customer?s address
- 
            balCompParticipation: 
            string
            Maximum Length:1
- 
            bankCode: 
            string
            
- 
            bankName: 
            string
            Name of the Bank
- 
            branchCode(required): 
            string
            Maximum Length:4Pattern:[a-zA-Z0-9]+
- 
            branchDate: 
            string
            
- 
            branchName: 
            string
            Name of the Branch
- 
            cityId: 
            string
            
- 
            countryCode: 
            string
            Minimum Length:0Maximum Length:4Country Code
- 
            countryId: 
            string
            
- 
            countryName: 
            string
            Name of the Country
- 
            crLimit: 
            number
            
- 
            currency(required): 
            string
            Maximum Length:3
- 
            customerId(required): 
            string
            Pattern:[A-Z0-9]{1,30}
- 
            customerName: 
            string
            
- 
            drLimit: 
            number
            
- 
            entityID: 
            string
            Maximum Length:50
- 
            entityName: 
            string
            Maximum Length:105
- 
            externalSystemId: 
            string
            Maximum Length:35
- 
            groupCode: 
            string
            Maximum Length:5
- 
            groupDescription: 
            string
            Maximum Length:150
- 
            iban: 
            string
            Maximum Length:50
- 
            ilRouteCode: 
            string
            Maximum Length:30
- 
            isActive: 
            string
            Maximum Length:1Default Value:A
- 
            isAutoAuth: 
            string
            Maximum Length:1Default Value:NY for authoauth. Used for LM Consumer
- 
            isBalanceOnline: 
            string
            
- 
            isBlocked: 
            string
            Maximum Length:1Pattern:[Y,N]
- 
            isCoreAccount: 
            string
            
- 
            isDebitUnlimited: 
            string
            Maximum Length:1Pattern:[Y,N]
- 
            isDormant: 
            string
            Maximum Length:1Pattern:[Y,N]
- 
            isExternal: 
            string
            
- 
            isFrozen: 
            string
            Maximum Length:1Pattern:[Y,N]
- 
            isICRequired: 
            string
            Maximum Length:1Pattern:[Y,N]
- 
            isMultiCurrencyAccount: 
            string
            Maximum Length:1
- 
            isNoCredit: 
            string
            Maximum Length:1Pattern:[Y,N]
- 
            isNoDebit: 
            string
            Maximum Length:1Pattern:[Y,N]
- 
            isNotional: 
            string
            Maximum Length:1Default Value:NPattern:[Y,N]
- 
            isOfflineAccount: 
            string
            
- 
            isProspect: 
            string
            Maximum Length:1
- 
            isRegulatedDebits: 
            string
            Maximum Length:1Default Value:NPattern:[Y,N]Denotes whether the Accounts debit is Regulated
- 
            isResident: 
            string
            Maximum Length:1Default Value:R
- 
            isVirtual: 
            string
            Maximum Length:1Pattern:[Y,N]
- 
            lastBalUpdateTime: 
            string(date)
            
- 
            limitCcy: 
            string
            Maximum Length:3
- 
            lineId: 
            string
            Maximum Length:11
- 
            LmmTmMultiCcyAccountDTO: 
            array  LmmTmMultiCcyAccountDTO
            
            
- 
            logCode: 
            string
            Maximum Length:50
- 
            multiCcyAccountNumber: 
            string
            Maximum Length:30
- 
            noBalanceHandling: 
            string
            Maximum Length:20
- 
            odLimit: 
            number
            
- 
            region: 
            string
            Maximum Length:100
- 
            simAccount: 
            string
            Maximum Length:30Simulation AccountNumber
- 
            sourceSystem: 
            string
            Maximum Length:35
- 
            sourceSystemAccNo: 
            string
            Maximum Length:35
- 
            uncollAvailable: 
            number
            
- 
            uncollFundsLimit: 
            number
            
- 
            updatedIban: 
            string
            
Nested Schema : items
    
      Type: 
      
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
object400 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