| Contact | Donate | Imprint |
| RegulatoryAuthority | CountryModule | Loons |
| Property | Type | Entity | Reference | Module |
| (1) Country | INT | RegulatoryAuthority | Country | CountryModule |
| (2) Name | STRING | RegulatoryAuthority | ||
| (3) Website | STRING | RegulatoryAuthority |
| Remote Method | Local Method | Module | HTTP-Method | References |
| (1) /regulatoryauthority/{id} | findRegulatoryAuthorityById(id) | CountryModule | GET | RegulatoryAuthority |
| (2) /regulatoryauthority | insertRegulatoryAuthority(regulatoryauthority) | CountryModule | POST | RegulatoryAuthority |
| (3) /regulatoryapproval/regulatoryauthority/{id} | findAllRegulatoryApprovalOfRegulatoryAuthority(id) | CountryModule | GET | RegulatoryAuthority RegulatoryApproval |
| (4) /regulatoryauthority/{id} | updateRegulatoryAuthorityById(regulatoryauthority) | CountryModule | PUT | RegulatoryAuthority |
| (5) /regulatoryauthority/country/{id} | findAllRegulatoryAuthorityOfCountry(id) | CountryModule | GET | Country RegulatoryAuthority |
| (6) /regulatoryauthority | findAllRegulatoryAuthority() | CountryModule | GET | RegulatoryAuthority |
| (7) /regulatoryauthority/{id} | deleteRegulatoryAuthorityById(id) | CountryModule | DELETE | RegulatoryAuthority |
Example:
final RegulatoryAuthority regulatoryauthority = (RegulatoryAuthority) invokeModule(COUNTRY_MODULE + "/regulatoryauthority/" + id, RegulatoryAuthority.class);| Contact | Donate | Imprint |