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: post
Path: /balanceFetch
Get all balances
Method: get
Path: /balanceFetch
Get all valid value dated balances for the specified account
Method: post
Path: /balanceFetch/getVDBalance
Retrieves the accoubt by Value Date
Method: post
Path: /balanceFetch/valueDate
Retrieves the balance by ID
Method: post
Path: /balanceFetch/accounts
Retrieves the balance by ID
Method: get
Path: /balanceFetch/getBySourceRef/{sourceRef}
Retrieves the balance by ID
Method: get
Path: /balanceFetch/{id}
Update a balance
Method: put
Path: /balanceFetch/{id}