Retrieves the list of Netting Transactions
get
/service/v1/getNettingTxn
This endpoint is used to get the list of Netting Transactions.
Request
Supported Media Types
- application/json
- application/xml
Query Parameters
-
acceptRejectDateFrom(optional): string
Acceptance/rejection Date Range of Netting Transaction in yyyy-MM-dd format
-
acceptRejectDateTo(optional): string
Acceptance/rejection Date Range of Netting Transaction in yyyy-MM-dd format
-
agreementCode(optional): string
Agreement Id Associated with Netting Transaction
-
associatedPartyId(optional): string
Associated Party Id/Counterparty Id linked to Netted Transaction
-
corporateId: string
Logged in CIF Id of Source System
-
creationDateFrom(optional): string
Creation Date Range of Netting Transaction in yyyy-MM-dd format
-
creationDateTo(optional): string
Creation Date Range of Netting Transaction in yyyy-MM-dd format
-
isNetReceivablePayable(optional): string
Transaction Status of Netting Transaction
-
limit(optional): integer
Limit is maximum no of records to be fetched
-
nettingCcy(optional): string
Currency of Netting Transaction
-
nettingTxnAmtFrom(optional): number
Netting Transaction Amount from
-
nettingTxnAmtTo(optional): number
Netting Transaction Amount to
-
nettingTxnNo(optional): string
Back Office Reference No of Netting Txn
-
nettingTxnStatus(optional): string
Transaction Status of Netting Transaction
-
offset(optional): integer
Offset is starting no of records to be fetched
-
settlementDateFrom(optional): string
Settlement Date Range of Netting Transaction in yyyy-MM-dd format
-
settlementDateTo(optional): string
Settlement Date Range of Netting Transaction in yyyy-MM-dd format
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
Root Schema : NettingTransactionCollection
Type:
object
Collection of Netting Transactions.
Show Source
Nested Schema : data
Type:
Show Source
array
-
Array of:
object NettingTransactionModel
Service Get API Netting Transactions model
Nested Schema : PagingDto
Type:
object
Paging DTO object
Show Source
-
totalResults(optional):
integer
Total Results
Nested Schema : NettingTransactionModel
Type:
object
Service Get API Netting Transactions model
Show Source
-
acceptRejectDate(optional):
string
Acceptance/rejection date of netting transaction
-
corporateId(optional):
string
Logged in CIF id of source system
-
corporateName(optional):
string
Corporate Name
-
counterpartyId(optional):
string
Associated party id/counterparty id linked to netted transactions
-
counterpartyName(optional):
string
Counterparty Name
-
creationDate(optional):
string
Creation date of netting transaction
-
isSettlementFlag(optional):
string
Is Settlement Flag
-
lastUpdatedDate(optional):
string
Last Updated Date
-
netPayablesDue(optional):
number
Net Payables Due
-
netReceivablesDue(optional):
number
Net Receivables Due
-
nettingAgreement(optional):
string
Agreement id associated with netting transaction
-
nettingAmount(optional):
number
Netting transaction Amount
-
nettingCcy(optional):
string
Currency of netting transaction
-
nettingTxnNo(optional):
string
Back office reference no of Netting Txn
-
nettingTxnStatus(optional):
string
Netting Transaction Status
-
relationshipCode(optional):
string
Relationship Code
-
remarks(optional):
string
Remarks
-
settlementDate(optional):
string
Settlement date range of netting transaction
-
totalPayables(optional):
number
Total Payables
-
totalReceivables(optional):
number
Total Receivables
400 Response
Malformed syntax.
401 Response
Request does not have sufficient credentials.
403 Response
Request is not authorized.
500 Response
Internal error