Fetch Accounting Transaction Details

post

/service/v1/fetchAccountingTxnDetails

This endpoint is used to fetch the Accounting Details Corresponding to Transactions.

Request

Supported Media Types
Header Parameters
Body ()
Request Body that contains data required for fetching accounting Details
Root Schema : AccountingTxnDetailsFetchReqModel
Type: object
Request body to fetch Accounting Transaction Details
Show Source
Nested Schema : referenceNumbers
Type: array
List of Reference Numbers
Show Source
Back to Top

Response

Supported Media Types

200 Response

Returns message of success or failure
Body ()
Root Schema : AccountingTxnDetailsResponseCollection
Type: object
Collection of Accounting Transaction Response Models.
Show Source
Nested Schema : data
Type: array
Show Source
Nested Schema : PagingDto
Type: object
Show Source
Nested Schema : AccountingTxnDetailsResponseModel
Type: object
Accounting Transaction Details Response Model
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