Retrieve the list of Netting Transactions
get
/service/v1/getNettingInvoiceInquiryDetails
This API is used to retrieve the list of netting transactions for receivables inquiry.
Request
Supported Media Types
- application/json
- application/xml
Query Parameters
-
invoiceRefNo(required): string
Invoice Reference Number
-
limit: integer
LimitDefault Value:
0
-
offset: integer
OffsetDefault Value:
0
Header Parameters
-
appId(required): string
Source Application Id
-
branchCode(required): string
Branch Code
-
userId(required): string
Source User id
Response
Supported Media Types
- application/json
- application/xml
200 Response
Successfully performs the operation
Nested Schema : data
Type:
Show Source
array
-
Array of:
object NettTxnsDetModel
Netting Transactions Details Model
Nested Schema : errors
Type:
Show Source
array
-
Array of:
object ErrorDTO
Netting Transactions Status Update Errors
Nested Schema : NettTxnsDetModel
Type:
object
Netting Transactions Details Model
Show Source
-
acceptRejectSuspendDate:
string
Acceptance Or Rejection Date
-
currency:
string
Netting currency
-
netPayIn:
number
Net Pay In
-
netPayOut:
number
Net Pay Out
-
nettingTxnDate:
string
Netting Txn Date
-
nettingTxnNo:
string
Netting Txn No
-
nettingTxnOwner:
string
Netting Transaction Owner
-
nettingTxnStatus:
string
Netting Txn Status
-
payInOutDate:
string
PayInOut Date
-
settlementDate:
string
Settlement Date
-
structureDescription:
string
Structure Description
Nested Schema : ErrorDTO
Type:
object
Netting Transactions Status Update Errors
Show Source
-
errorCode:
string
Error Code
-
errorDesc:
string
Error Description
400 Response
Malformed syntax.
401 Response
Request does not have sufficient credentials.
403 Response
Request is not authorized.
500 Response
Internal error