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: 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 audit information by given ID
- Method: getPath:
/service/icl/customer/{id}/history
- retrives the unauthorized customer by ID
- Method: getPath:
/service/icl/customer/{id}/unauthorized
- Update an existing customer
- Method: putPath:
/service/icl/customer/{id}