Credit Limit Linkage Service REST Endpoints

Account Services/Credit Limit Linkage Service
This service is used to link Internal credit limit to a virtual account. Limit amount can either be mentioned in amount or percentage. During balance calculation, this maintenance will also be included to arrive at effective available balance.
Adds a new credit limit linkage
Method: post
Path: /service/creditlimitlinkage
Close the credit limit linkage by given ID
Method: patch
Path: /service/creditlimitlinkage/{lineId}/{virtualAccountNo}/close
Get all valid credit limit linkage
Method: get
Path: /service/creditlimitlinkage
Update an existing credit limit linkage
Method: put
Path: /service/creditlimitlinkage/{lineId}/{virtualAccountNo}