Get all valid value dated balances for the specified account

post

/balanceFetch/getVDBalance

This endpoint is used to get all the valid value date balances for the specified account and date combinations.

Request

Supported Media Types
Body ()
Request Body that contains data required for fetching balances of the speficied accounts
Root Schema : VDBalanceRequestDTO
Type: object
Show Source
Nested Schema : accountRequestDetails
Type: array
Show Source
Nested Schema : VDBalanceRequestDetailsDTO
Type: object
Show Source
Back to Top

Response

Supported Media Types

201 Response

Returns message of succes or failure
Headers
Body ()
Root Schema : VDBalanceDTO
Type: object
Show Source
Nested Schema : valueDatedBalanceDetails
Type: array
Show Source
Nested Schema : VDBalanceDetailsDTO
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