Initiate the new dereconciliation transaction
post
/service/v1/initiateManualDerecon
This endpoint initiates new dereconciliation transaction on already reconciled transaction.
Request
Supported Media Types
- application/json
- application/xml
Header Parameters
-
appId: string
Application id
-
branchCode: string
Branch Code
-
userId: string
User id
Request Body to create dereconciliation transaction
Root Schema : DeReconTxnDto
Type:
object
each recon txn deatail
Show Source
-
deReconCnTxnDtoList(optional):
array deReconCnTxnDtoList
-
deReconPmtTxnDtoList(optional):
array deReconPmtTxnDtoList
reconcilation detail list with RHS as Payment
-
id(optional):
number
-
isAutoAuth(optional):
string
auto-auth flag
-
reconAction(optional):
string
Action Recon/Derecon
-
reconCategory(optional):
string
Recon category baesd on LHS & RHS
-
reconTxnRefNo(optional):
string
Transaction Ref No
-
reconType(optional):
string
Recon category Auto/manual
Nested Schema : deReconCnTxnDtoList
Type:
Show Source
array
-
Array of:
object DeReconCnDto
lhs and payment detail
Nested Schema : deReconPmtTxnDtoList
Type:
array
reconcilation detail list with RHS as Payment
Show Source
-
Array of:
object DeReconPmtDto
lhs and payment detail
Nested Schema : DeReconCnDto
Type:
object
lhs and payment detail
Show Source
-
amtMatched(optional):
number
Amount to be dereconciled
-
cnCcy(optional):
string
-
cnRefNo(optional):
string
internal Credit Note Ref No
-
corporateId(optional):
string
Corporate Id
-
externalCnRefNo(optional):
string
-
extLhsRefNo(optional):
string
External LHS Ref No
-
id(optional):
number
-
intLhsRefNo(optional):
string
Internal LHS No
-
lhsCcy(optional):
string
currency of LHS entity
-
reconciledCnAmt(optional):
number
-
reconTxnRefNo(optional):
string
Transaction Ref No
Nested Schema : DeReconPmtDto
Type:
object
lhs and payment detail
Show Source
-
amtMatched(optional):
number
Amount to be dereconciled
-
corporateId(optional):
string
Corporate Id
-
extLhsRefNo(optional):
string
External LHS Ref No
-
extPmtRefNo(optional):
string
External Payment ref no
-
id(optional):
number
-
intLhsRefNo(optional):
string
Internal LHS No
-
lhsCcy(optional):
string
currency of LHS entity
-
paymentCcy(optional):
string
Payment Currency
-
paymentRefNo(optional):
string
Internal Payment ref no
-
reconciledPmtAmt(optional):
number
Reconciled Amount in Payment Currency
-
reconTxnRefNo(optional):
string
Transaction Ref No
Response
Supported Media Types
- application/json
- application/xml
201 Response
Successfully saved data
Root Schema : ResponseDtoWrapper
Type:
object
Collection of ResponseDto and ResponseResourceSupport
Show Source
-
data(optional):
object ResponseResourceSupport
Response DTO which extends RepresentationModel of Spring HATEOAS
-
messages(optional):
object ResponseDto
ResponseDto stores the response status and code.
Nested Schema : ResponseResourceSupport
Type:
object
Response DTO which extends RepresentationModel of Spring HATEOAS
Nested Schema : ResponseDto
Type:
object
ResponseDto stores the response status and code.
Show Source
Nested Schema : codes
Type:
Show Source
array
-
Array of:
object ResponseCode
ResponseCode stores the response details.
Nested Schema : items
Type:
object
400 Response
Malformed syntax.
401 Response
Request does not have sufficient credentials.
403 Response
Request is not authorized.
405 Response
Invalid input
500 Response
Internal error