Retrieves the list of Netting Transactions
get
/service/v1/getNettingInquiry
This API retrieves the list of Netting Transactions.
Request
Supported Media Types
- application/json
- application/xml
Query Parameters
-
fromNettTxnDate: string
Netting Txn From Date
-
fromPayInOutDate: string
PayInOut From Date
-
fromSettDate: string
Settlement From Date
-
limit: integer
LimitDefault Value:
0 -
nettingCcy: string
Netting Currency
-
nettingTxnNo: string
Back Office Reference No of Netting Txn
-
nettingTxnStatus: string
Netting Txn Status
-
offset: integer
OffsetDefault Value:
0 -
partyId(required): string
Logged in Party Id
-
toNettTxnDate: string
Netting Txn To Date
-
toPayInOutToDate: string
PayInOut To Date
-
toSettDate: string
Settlement To Date
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
Root Schema : NettingTxnInquiryCollection
Type:
objectCollection of Netting Transactions.
Show Source
Nested Schema : data
Type:
Show Source
array-
Array of:
object NettingTxnInquiryModel
Netting Transactions Inquiry model
Nested Schema : errors
Type:
Show Source
array-
Array of:
object ErrorDTO
Netting Transactions Status Update Errors
Nested Schema : NettingTxnInquiryModel
Type:
objectNetting Transactions Inquiry model
Show Source
-
beneficiaryId:
string
Beneficiary Id
-
id:
string
Id
-
loginEntityType:
string
Login Entity Type
-
modNo:
integer
Mod No
-
netPayIn:
number
Net Pay In
-
netPayOut:
number
Net Pay Out
-
nettingTxnDate:
string
Netting Txn Date
-
nettingTxnNo:
string
Netting Txn No
-
nettingTxnStatus:
string
Netting Txn Status
-
nettingTxnType:
string
Netting Txn Type
-
payInOutDate:
string
PayInOut Date
-
payInStatus:
string
Pay In Status
-
payOutStatus:
string
Pay Out Status
-
settlementDate:
string
Settlement Date
-
stage:
string
Stage
-
structureDescription:
string
Structure Description
-
transactionOwnerDescription:
string
Transaction Owner Description
-
transactionOwnerRole:
string
Transaction Owner Role
Nested Schema : ErrorDTO
Type:
objectNetting 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