Retrieves the List Of Invoices for Netting Transactions
get
                    /service/v1/getNettingTxnInvoices
This endpoint is used to get the List Of Invoices for Netting Transactions.
                Request
Supported Media Types
                - application/json
 - application/xml
 
Query Parameters
                - 
                        identifier(optional): string
                        
                        Invoice Transaction Identifier
 - 
                        limit(optional): integer
                        
                        Limit is maximum no of records to be fetched
 - 
                        nettingStatus(optional): string
                        
                        Invoice Transaction Status
 - 
                        nettingTxnNo: string
                        
                        Back Office Reference No of Netting Txn
 - 
                        offset(optional): integer
                        
                        Offset is starting no of records to be fetched
 
Header Parameters
                - 
                        appId: string
                        
                        Source Application Id
 - 
                        branchCode: string
                        
                        Branch Code
 - 
                        userId: string
                        
                        Source user Id
 
Response
Supported Media Types
                - application/json
 - application/xml
 
200 Response
Successfully performs the operation
                
                
                    Nested Schema : errors
    
      
      Type: 
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
        Show Source
        array- 
            Array of: 
                object  ErrorDTO
            
            Put API Netting Transactions Status Update Errors
 
Nested Schema : PagingDto
    
      Type: 
      
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    objectPaging DTO object
    
    
    
    
        Show Source
        - 
            totalResults(optional): 
            integer
            Total Results
 
Nested Schema : ErrorDTO
    
      Type: 
      
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    objectPut API Netting Transactions Status Update Errors
    
    
    
    
        Show Source
        - 
            errorCode(optional): 
            string
            Error Code
 - 
            errorDesc(optional): 
            string
            Error Description
 
Nested Schema : NettingInvoicesModel
    
      Type: 
      
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
        Show Source
        object- 
            id(optional): 
            string
            Id
 - 
            identifier(optional): 
            string
            Identifier For Receivable or Payable
 - 
            invoiceAmount(optional): 
            number
            Invoice Amount
 - 
            invoiceCcy(optional): 
            string
            Invoice Currency
 - 
            invoiceRefNo(optional): 
            string
            Invoice Ref No
 - 
            invoiceStatus(optional): 
            string
            Invoice Status
 - 
            nettedInvAmount(optional): 
            number
            Netted Inv Amount
 - 
            nettingStatus(optional): 
            string
            Invoice Netting Status
 - 
            nettingTxnNo(optional): 
            string
            Netting Transaction Number
 - 
            outStandingAmount(optional): 
            number
            Invoice OutStanding Amount
 - 
            paymentDueDate(optional): 
            string
            Invoice Payment Due Date
 - 
            paymentStatus(optional): 
            string
            Invoice Payment Status
 - 
            remainingOutStandingAmount(optional): 
            number
            Remaining Out Standing Amount
 - 
            sourceRefNo(optional): 
            string
            Source Ref No
 
400 Response
Malformed syntax.
                
                
                401 Response
Request does not have sufficient credentials.
                
                
                403 Response
Request is not authorized.
                
                
                500 Response
Internal error