ICL Customer Service API REST Endpoints

ICL Services/ICL Customer Service API
This service is used to retrieve and perform some operations on valid lending Customers
Adds a list of new customers.
Method: post
Path: /service/icl/customers
Adds a new customer.
Method: post
Path: /service/icl/customer
Authorize the customer by given ID.
Method: patch
Path: /service/icl/customer/{id}/approve
Checks the lend limit availability between a pair of customers.
Method: get
Path: /service/icl/customer/checkLimitAvailability
Close the customer by given ID.
Method: patch
Path: /service/icl/customer/{id}/close
Get all valid customer.
Method: get
Path: /service/icl/customer
Retrieves the customer by ID.
Method: get
Path: /service/icl/customer/{id}
Retrives the customer audit information by given ID.
Method: get
Path: /service/icl/customer/{id}/history
retrives the unauthorized customer by ID
Method: get
Path: /service/icl/customer/{id}/unauthorized
Update an existing customer.
Method: put
Path: /service/icl/customer/{id}