Country Parameters Service API REST Endpoints
Maintenance Services/Country Parameters Service API
This service is used to retrieve the list of configured country parameters.
- Adds a new country
- Method: postPath:
/service/country - Get all valid country
- Method: getPath:
/service/lmm/country - Retrieves the country by ID
- Method: getPath:
/service/lmm/country/{id} - Retrives the country audit information by given ID
- Method: getPath:
/service/lmm/country/{id}/history - Retrives the unauthorized country by given ID
- Method: getPath:
/service/lmm/country/{id}/unauthorized - Update an existing country
- Method: putPath:
/service/country/{countryCode}