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