Fetch the list of netting inquiry transactions
get
/service/v1/getNettingInquiry
This API is used to fetch the list of netting inquiry transactions based on given set of parameters.
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:
object
Collection 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:
object
Netting Transactions Inquiry model
Show Source
-
acceptRejectSuspendDate:
string
Acceptance Or Rejection Date
-
accRefNo:
string
Accounting Reference Number
-
beneficiaryId:
string
Beneficiary Id
-
beneficiaryParty:
string
Beneficiary Party
-
currency:
string
Subcentre/subsidiary ccy
-
frequency:
string
Netting Frequency
-
fromIdentifier:
string
Pay Out Identifier
-
globalCentreId:
string
Global Centre Id
-
globalCentreName:
string
Global Centre Name
-
globalCentreNettingTxnNo:
string
Global Netting Txn No
-
id:
string
Id
-
loginEntityType:
string
Login Entity Type
-
modNo:
integer
Mod No
-
netPayIn:
number
Net Pay In
-
netPayOut:
number
Net Pay Out
-
nettingCycle:
integer
Netting Cycle
-
nettingEndDate:
string
Netting End Date
-
nettingStartDate:
string
Netting Start Date
-
nettingTxnDate:
string
Netting Txn Date
-
nettingTxnNo:
string
Netting Txn No
-
nettingTxnStatus:
string
Netting Txn Status
-
nettingTxnType:
string
Netting Txn Type
-
payInEntityName:
string
Pay In Entity Name
-
payInOutDate:
string
PayInOut Date
-
payInStatus:
string
Pay In Status
-
payOutEntityName:
string
Pay Out Entity Name
-
payOutStatus:
string
Pay Out Status
-
settlementDate:
string
Settlement Date
-
stage:
string
Stage
-
statusCode:
string
Status Code
-
structureDescription:
string
Structure Description
-
subCentreId:
string
SubCentre Id
-
subCentreName:
string
Sub Centre Name
-
subsidiaryCcy:
string
Subsidiary or Sub Centre ccy based.
-
subsidiaryId:
string
Subsidiary Id
-
subsidiaryMakerId:
string
Subsidiary Maker Id
-
subsidiaryName:
string
Subsidiary Name
-
toIdentifier:
string
Pay In Identifier
-
transactionOwnerDescription:
string
Transaction Owner Description
-
transactionOwnerId:
string
Transaction Owner Id
-
transactionOwnerRole:
string
Transaction Owner Role
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