Charges Inquiry
get
                    /service/chargeInquiry
This endpoint is used to enquire the charges for a specific period for a given customer number
                Request
Supported Media Types
                - application/json
- application/xml
Query Parameters
                - 
                        applicationCode(required): string
                        
                        
- 
                        chargeCode: string
                        
                        
- 
                        collectionStatus: string
                        
                        
- 
                        fromDate(required): string
                        
                        
- 
                        limit: integer
                        
                        limit is maximum no of records to be fetched
- 
                        offset: integer
                        
                        offset is starting no of records to be fetched
- 
                        realCustomerNo(required): string
                        
                        
- 
                        toDate(required): string
                        
                        
Header Parameters
                - 
                        sourceCode(required): string
                        
                        Source from which request is initiated
Response
Supported Media Types
                - application/json
- application/xml
200 Response
Returns the charge maintenance actions based on given id.
                
                
                    Nested Schema : ChargeInquiryServiceDTO-allOf[0]
    
      Type: 
      
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
        Show Source
        object- 
            additionalInfo: 
            string
            Additional Information on charge.
- 
            chargeAccount: 
            string
            Charge Account.
- 
            chargeAccountCCY: 
            string
            Charge Account Currency
- 
            chargeAccountName: 
            string
            Charge Account Name.
- 
            chargeAmount: 
            number
            Charge Amount.
- 
            chargeCCY: 
            string
            Charge Currency.
- 
            chargeCode: 
            string
            Charge Code.
- 
            chargeDescription: 
            string
            charge Description
- 
            chargeFromDate: 
            string
            charge from Date.
- 
            chargeToDate: 
            string
            charge to Date
- 
            collectionDate: 
            string
            collection Date
- 
            collectionStatus: 
            string
            Collection Status.
- 
            errorDesc: 
            string
            Error Description in case charge error.
- 
            exchangeRate: 
            number
            Exchange Rate
- 
            postedAmount: 
            number
            Posted Amount.
400 Response
Malformed syntax.
                
                
                401 Response
Request does not have sufficient credentials.
                
                
                403 Response
Request is not authorized.
                
                
                500 Response
Internal error