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