create new reconcilation data

post

/web/v1/initiateInvPayManRecon

This endpoint is used to create new reconcilation data by passing all the required details.

Request

Supported Media Types
Header Parameters
Body ()
Request 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
Back to Top

Response

Supported Media Types

201 Response

Successfully saved data
Body ()
Root Schema : ResponseDtoWrapper
Type: object
Collection of ResponseDto and ResponseResourceSupport
Show Source
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: array
Show Source
Nested Schema : ResponseCode
Type: object
ResponseCode stores the response details.
Show Source
Nested Schema : args
Type: array
Show Source
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
Back to Top