Change status to settled and update is netting flag.
post
/service/v1/updateNettingTxn
This endpoint is used to change status to settled and update is netting flag.
Request
Supported Media Types
- application/json
- application/xml
Header Parameters
-
appId: string
-
branchCode: string
-
userId: string
user id for SMS
Request Body that contains data required for updating netting txn.
Root 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
Response
Supported Media Types
- application/json
- application/xml
201 Response
Returns data of netting txn updated.
400 Response
Bad Request
401 Response
Request does not have sufficient credentials.
403 Response
Request is not authorized.
405 Response
Invalid input
500 Response
Internal error