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:
/api/1.0/service/balanceFetch
- Get all balances.
- Method: getPath:
/api/1.0/service/lmx/balanceFetch
- Get all ictbEntriesHistory.
- Method: getPath:
/api/1.0/service/lmx/balanceFetch/ictbEntriesHistory
- Get availabgle balance for the specified query params.
- Method: getPath:
/api/1.0/service/lmx/balanceFetch/availableBalance
- Retrieves the accoubt by ValueDate.
- Method: postPath:
/api/1.0/service/lmx/balanceFetch/valueDate
- Retrieves the balance by ID.
- Method: getPath:
/api/1.0/service/lmx/balanceFetch/getBySourceRef/{sourceRef}
- Update a balance.
- Method: putPath:
/api/1.0/service/balanceFetch/{id}