Country Parameters Service API REST Endpoints

Maintenance Services/Country Parameters Service API
This service is used to perform Country Parameters related operations.
Adds a new country
Method: post
Path: /service/country
Get all valid country
Method: get
Path: /service/lmm/country
Retrieves the country by ID
Method: get
Path: /service/lmm/country/{id}
Retrives the country by given ID
Method: get
Path: /service/lmm/country/{id}/history
Retrives the country by given ID
Method: get
Path: /service/lmm/country/{id}/unauthorized
Update an existing country
Method: put
Path: /service/country/{countryCode}