| Contact | Donate | Imprint |
| RegulatoryAction | RoleModule | Tesla |
| Property | Type | Entity | Reference | Module |
| (1) ActionDate | DATE | RegulatoryAction | ||
| (2) ActionType | STRING | RegulatoryAction | ||
| (3) AuthorityName | STRING | RegulatoryAction | ||
| (4) Company | LONG | RegulatoryAction | Company | CompanyModule |
| (5) Country | STRING | RegulatoryAction | ||
| (6) Description | STRING | RegulatoryAction | ||
| (7) PenaltyMillionUsd | DOUBLE | RegulatoryAction |
| Remote Method | Local Method | Module | HTTP-Method | References |
| (1) /regulatoryaction | insertRegulatoryAction(regulatoryaction) | RoleModule | POST | RegulatoryAction |
| (2) /regulatoryaction/{id} | findRegulatoryActionById(id) | RoleModule | GET | RegulatoryAction |
| (3) /regulatoryaction/{id} | deleteRegulatoryActionById(id) | RoleModule | DELETE | RegulatoryAction |
| (4) /regulatoryaction/company/{id} | findAllRegulatoryActionOfCompany(id) | RoleModule | GET | Company RegulatoryAction |
| (5) /regulatoryaction/{id} | updateRegulatoryActionById(regulatoryaction) | RoleModule | PUT | RegulatoryAction |
| (6) /regulatoryaction | findAllRegulatoryAction() | RoleModule | GET | RegulatoryAction |
Example:
final RegulatoryAction regulatoryaction = (RegulatoryAction) invokeModule(ROLE_MODULE + "/regulatoryaction/" + id, RegulatoryAction.class);| Contact | Donate | Imprint |