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 ictb entries history
- Method: getPath:
/service/lmx/balanceFetch/ictbEntriesHistory
- Get available balance for the specified query params
- Method: getPath:
/service/lmx/balanceFetch/availableBalance
- Retrieves the account by Value date
- 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}