Balance Fetch API REST Endpoints
Messaging Services/Balance Fetch API
This service is used for fetching the balance of the acoounts.
- Add a new balances
- Method: postPath:
/balanceFetch
- Get all balances
- Method: getPath:
/balanceFetch
- Get all valid value dated balances for the specified account
- Method: postPath:
/balanceFetch/getVDBalance
- Retrieves the accoubt by Value Date
- Method: postPath:
/balanceFetch/valueDate
- Retrieves the balance by ID
- Method: postPath:
/balanceFetch/accounts
- Retrieves the balance by ID
- Method: getPath:
/balanceFetch/getBySourceRef/{sourceRef}
- Retrieves the balance by ID
- Method: getPath:
/balanceFetch/{id}
- Update a balance
- Method: putPath:
/balanceFetch/{id}