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:
/api/1.0/service/icl/customers
- Adds a new customer.
- Method: postPath:
/api/1.0/service/icl/customer
- Authorize the customer by given ID.
- Method: patchPath:
/api/1.0/service/icl/customer/{id}/approve
- Checks the lend limit availability between a pair of customers.
- Method: getPath:
/api/1.0/service/icl/customer/checkLimitAvailability
- Close the customer by given ID.
- Method: patchPath:
/api/1.0/service/icl/customer/{id}/close
- Get all valid customer.
- Method: getPath:
/api/1.0/service/icl/customer
- Retrieves the customer by ID.
- Method: getPath:
/api/1.0/service/icl/customer/{id}
- Retrives the customer audit information by given ID.
- Method: getPath:
/api/1.0/service/icl/customer/{id}/history
- retrives the unauthorized customer by ID
- Method: getPath:
/api/1.0/service/icl/customer/{id}/unauthorized
- Update an existing customer.
- Method: putPath:
/api/1.0/service/icl/customer/{id}