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 maintenance records
- Method: getPath:
/service/lmm/country
- Retrieves the country audit information by ID
- Method: getPath:
/service/lmm/country/{id}/history
- Retrieves the country by ID
- Method: getPath:
/service/lmm/country/{id}
- Retrieves the unauthorized country by given ID
- Method: getPath:
/service/lmm/country/{id}/unauthorized
- Update an existing country
- Method: putPath:
/service/country/{countryCode}