| Contact | Donate | Imprint |
| Country | CountryModule | Waymo |
| Property | Type | Entity | Reference | Module |
| (1) IsoCode | STRING | Country | ||
| (2) Name | STRING | Country |
| Remote Method | Local Method | Module | HTTP-Method | References |
| (1) /servicearea/country/{id} | findAllServiceAreaOfCountry(id) | CountryModule | GET | Country ServiceArea |
| (2) /serviceexpansionplan/targetcountry/{id} | findAllServiceExpansionPlanOfTargetCountry(id) | CountryModule | GET | Country ServiceExpansionPlan |
| (3) /country/{id} | deleteCountryById(id) | CountryModule | DELETE | Country |
| (4) /stateprovince/country/{id} | findAllStateProvinceOfCountry(id) | CountryModule | GET | Country StateProvince |
| (5) /country/{id} | findCountryById(id) | CountryModule | GET | Country |
| (6) /country/{id} | updateCountryById(country) | CountryModule | PUT | Country |
| (7) /country | insertCountry(country) | CountryModule | POST | Country |
| (8) /country | findAllCountry() | CountryModule | GET | Country |
| (9) /remoteassistanceoperation/country/{id} | findAllRemoteAssistanceOperationOfCountry(id) | CountryModule | GET | Country RemoteAssistanceOperation |
Example:
final Country country = (Country) invokeModule(COUNTRY_MODULE + "/country/" + id, Country.class);| Contact | Donate | Imprint |