| Contact | Donate | Imprint |
| RegulatoryAction | CompanyModule | Uber |
| Property | Type | Entity | Reference | Module |
| (1) ActionType | STRING | RegulatoryAction | ||
| (2) AuthorityName | STRING | RegulatoryAction | ||
| (3) City | LONG | RegulatoryAction | City | CityModule |
| (4) Company | LONG | RegulatoryAction | Company | CompanyModule |
| (5) Country | LONG | RegulatoryAction | Country | CityModule |
| (6) Description | STRING | RegulatoryAction | ||
| (7) EndDate | DATE | RegulatoryAction | ||
| (8) SourceReference | STRING | RegulatoryAction | ||
| (9) StartDate | DATE | RegulatoryAction |
| Remote Method | Local Method | Module | HTTP-Method | References |
| (1) /regulatoryaction/{id} | deleteRegulatoryActionById(id) | CompanyModule | DELETE | RegulatoryAction |
| (2) /regulatoryaction/company/{id} | findAllRegulatoryActionOfCompany(id) | CompanyModule | GET | Company RegulatoryAction |
| (3) /regulatoryaction/{id} | findRegulatoryActionById(id) | CompanyModule | GET | RegulatoryAction |
| (4) /regulatoryaction/country/{id} | findAllRegulatoryActionOfCountry(id) | CompanyModule | GET | Country RegulatoryAction |
| (5) /regulatoryaction/{id} | updateRegulatoryActionById(regulatoryaction) | CompanyModule | PUT | RegulatoryAction |
| (6) /regulatoryaction/city/{id} | findAllRegulatoryActionOfCity(id) | CompanyModule | GET | City RegulatoryAction |
| (7) /regulatoryaction | insertRegulatoryAction(regulatoryaction) | CompanyModule | POST | RegulatoryAction |
| (8) /regulatoryaction | findAllRegulatoryAction() | CompanyModule | GET | RegulatoryAction |
Example:
final RegulatoryAction regulatoryaction = (RegulatoryAction) invokeModule(COMPANY_MODULE + "/regulatoryaction/" + id, RegulatoryAction.class);| Contact | Donate | Imprint |