Internal Credit Limit Service REST Endpoints

Account Services/Internal Credit Limit Service
Internal Credit Limit is a facility provided at Real customer level. Through this service, a customer can offer credit line facility to its subsidiaries. A Credit line facility can be linked to multiple virtual accounts that belong to same real customer number.
Adds a new internal credit limit
Method: post
Path: /service/internalcreditlimits
Close the internal credit limit by given ID
Method: patch
Path: /service/internalcreditlimits/{lineId}/close
Get all valid internal credit limit
Method: get
Path: /service/internalcreditlimits
Update an existing internal credit limits
Method: put
Path: /service/internalcreditlimits/{lineId}