Fetch the reconciliation transaction details

post

/service/v1/getManualReconDetails

This endpoint fetches reconciliation transaction details based on given parameters.

Request

Supported Media Types
Header Parameters
Body ()
Request Body to search reconciled transaction detail
Root Schema : InvPmtSearchModel
Type: object
Manual Recon deatail
Show Source
Back to Top

Response

Supported Media Types

200 Response

Successfully received invoicesPayments details
Body ()
Root Schema : InvPayManReconCollection
Type: object
Collection of Invoices and Payments.
Show Source
Nested Schema : expDrCrList
Type: array
Show Source
Nested Schema : invCnList
Type: array
Show Source
Nested Schema : invPayList
Type: array
Show Source
Nested Schema : paging
Type: object
Nested Schema : expDrCrManReconModel
Type: object
Manual Recon deatail
Show Source
Nested Schema : allocationList
Type: array
Show Source
Nested Schema : AllocationDto
Type: object
each allocation deatail
Show Source
Nested Schema : InvCnManReconModel
Type: object
invoice and credit note detail
Show Source
Nested Schema : InvPayManReconModel
Type: object
Manual Recon deatail
Show Source
Nested Schema : allocationList
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