Balance Service API REST Endpoints
Integration Services/Balance Service API
This service is used to perform Balance related operations like fetching the VD Balances, uploading Balances, modify VD Balances etc.
- Add a new balances
- Method: postPath:
/service/balanceFetch - Get all balances.
- Method: getPath:
/service/lmx/balanceFetch - Get all ictbEntriesHistory.
- Method: getPath:
/service/lmx/balanceFetch/ictbEntriesHistory - Get availabgle balance for the specified query params.
- Method: getPath:
/service/lmx/balanceFetch/availableBalance - Retrieves the accoubt by ValueDate.
- Method: postPath:
/service/lmx/balanceFetch/valueDate - Retrieves the balance by ID.
- Method: getPath:
/service/lmx/balanceFetch/getBySourceRef/{sourceRef} - Update a balance.
- Method: putPath:
/service/balanceFetch/{id}