Fetch the reconciliation transaction detail

get

/service/v1/getReconTmData

This endpoint fetches authorized reconciliation transaction detail.

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 : allocPayReconDtoList
Type: array
Show Source
Nested Schema : expDrCrPayReconDtoList
Type: array
Show Source
Nested Schema : finPayReconDtoList
Type: array
Show Source
Nested Schema : obReconInvCnTxnTwDtoList
Type: array
Show Source
Nested Schema : obReconInvPmtTxnTwDtoList
Type: array
Show Source
Nested Schema : ReconRuleDefinitionDTO
Type: object
Show Source
Nested Schema : AllocPayReconDto
Type: object
Object for Allocation Payment
Show Source
Nested Schema : ExpDrCrPayReconDto
Type: object
Object for ExpectedDebitCredit Payment Recon.
Show Source
Nested Schema : allocPayReconDtoList
Type: array
Show Source
Nested Schema : FinPayReconDto
Type: object
Object for Finance Payment Recon.
Show Source
Nested Schema : allocPayReconDtoList
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
Nested Schema : allocPayReconDtoList
Type: array
Show Source
Nested Schema : groupsAndConditions
Type: array
Show Source
Nested Schema : reconAllocationDTO
Type: array
Show Source
Nested Schema : RuleElementsDTO
Type: object
Show Source
Nested Schema : groupsAndConditions
Type: array
Show Source
Nested Schema : PatternTypeDTO
Type: object
Show Source
Nested Schema : ReconAllocationDTO
Type: object
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