Fetches authorized reconciliation transaction details

get

/service/v1/getReconTmData

This endpoint fetch authorized reconciliation transaction details.

Request

Supported Media Types
Query Parameters
Header Parameters
Back to Top

Response

Supported Media Types

200 Response

Successfully received invoicesPayments details
Body ()
Root Schema : ReconTxnDto
Type: object
each recon txn deatail
Show Source
Nested Schema : obReconInvCnTxnTwDtoList
Type: array
Show Source
Nested Schema : obReconInvPmtTxnTwDtoList
Type: array
Show Source
Nested Schema : ReconInvCnDto
Type: object
invoice and credit note detail
Show Source
Nested Schema : ReconInvPmtDto
Type: object
invoice and payment detail
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