Create the new reconciliation transaction

post

/service/v1/initiateManualRecon

This API creates the new reconciliation transaction.

Request

Supported Media Types
Header Parameters
Body ()
Request body to create recon transaction
Root Schema : ReconServiceTxnCollection
Type: object
Collection recon transactions
Show Source
Nested Schema : PagingDto
Type: object
Show Source
Nested Schema : reconTxnCollection
Type: array
Show Source
Nested Schema : ReconServiceTxnDto
Type: object
each recon txn deatail
Show Source
Nested Schema : reconCnTxnList
Type: array
Show Source
Nested Schema : reconPmtTxnList
Type: array
Show Source
Nested Schema : ReconServiceCnDto
Type: object
each recon txn deatail
Show Source
Nested Schema : ReconServicePmtDto
Type: object
each recon txn deatail
Show Source
Nested Schema : allocationList
Type: array
Show Source
Nested Schema : AllocationDto
Type: object
each allocation deatail
Show Source
Back to Top

Response

Supported Media Types

201 Response

Successfully saved data
Body ()
Root Schema : ResponseServiceDto
Type: object
each recon txn deatail
Show Source
Nested Schema : errorCodes
Type: array
Show Source
Nested Schema : reconTxnList
Type: array
Show Source
Nested Schema : ErrorResponseServiceCode
Type: object
Show Source
Nested Schema : ResponseServiceCode
Type: object
Show Source
Nested Schema : allocationTxnList
Type: array
Show Source
Nested Schema : errorCodes
Type: array
Show Source
Nested Schema : AllocationResponse
Type: object
Show Source
Nested Schema : errorCodes
Type: array
Show Source

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
Back to Top