Create the new reconciliation transaction
post
/service/v1/initiateManualRecon
This API creates the new reconciliation 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 recon transaction
Nested Schema : PagingDto
Type:
object
Paging Dto
Show Source
-
totalResults(optional):
integer
Total Results
Nested Schema : reconTxnCollection
Type:
Show Source
array
-
Array of:
object ReconServiceTxnDto
each recon txn deatail
Nested Schema : reconCnTxnList
Type:
Show Source
array
-
Array of:
object ReconServiceCnDto
each recon txn deatail
Nested Schema : reconPmtTxnList
Type:
Show Source
array
-
Array of:
object ReconServicePmtDto
each recon txn deatail
Nested Schema : ReconServiceCnDto
Type:
object
each recon txn deatail
Show Source
-
cnCcy(optional):
string
-
cnRefNo(optional):
string
-
cnSeqNo(optional):
integer(int64)
-
exchangeRate(optional):
number
-
externalCnRefNo(optional):
string
-
lhsCcy(optional):
string
-
lhsExtRefNo(optional):
string
-
lhsRefNumber(optional):
string
-
lhsSeqNo(optional):
integer(int64)
-
matchedCnAmount(optional):
number
-
matchedLhsAmount(optional):
number
Nested Schema : ReconServicePmtDto
Type:
object
each recon txn deatail
Show Source
-
allocationList(optional):
array allocationList
-
drCrIndicator(optional):
string
-
exchangeRate(optional):
number
-
externalPmtRefNo(optional):
string
-
lhsCcy(optional):
string
-
lhsExtRefNo(optional):
string
-
lhsRefNumber(optional):
string
-
lhsSeqNo(optional):
integer(int64)
-
matchedLhsAmount(optional):
number
-
matchedPmtAmount(optional):
number
-
paymentCcy(optional):
string
-
paymentRefNo(optional):
string
-
paySeqNo(optional):
integer(int64)
Nested Schema : allocationList
Type:
Show Source
array
-
Array of:
object AllocationDto
each allocation deatail
Response
Supported Media Types
- application/json
- application/xml
201 Response
Successfully saved data
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