ICL Customer Service API REST Endpoints
ICL Services/ICL Customer Service API
This service is used for icl-limit screen where we define customer lending browser individual and overall limt.
- Adds a list of new customers
- Method: postPath:
/service/icl/customers - Adds a new customer
- Method: postPath:
/service/icl/customer - Authorize the customer by given ID
- Method: patchPath:
/service/icl/customer/{id}/approve - Checks the lend limit availability between a pair of customers
- Method: getPath:
/service/icl/customer/checkLimitAvailability - Close the customer by given ID
- Method: patchPath:
/service/icl/customer/{id}/close - Get all valid customer
- Method: getPath:
/service/icl/customer - Retrieves the customer by ID
- Method: getPath:
/service/icl/customer/{id} - Retrives the customer by given ID
- Method: getPath:
/service/icl/customer/{id}/history - Retrives the customer by given ID
- Method: getPath:
/service/icl/customer/{id}/unauthorized - Update an existing customer
- Method: putPath:
/service/icl/customer/{id}