| Contact | Donate | Imprint |
| ServiceOutage | Module | Netflix |
| Property | Type | Entity | Reference | Module |
| (1) Description | STRING | ServiceOutage | ||
| (2) EndDate | DATE | ServiceOutage | ||
| (3) ImpactDescription | STRING | ServiceOutage | ||
| (4) ServiceSupply | LONG | ServiceOutage | ServiceSupply | Module |
| (5) StartDate | DATE | ServiceOutage |
| Remote Method | Local Method | Module | HTTP-Method | References |
| (1) /serviceoutage/{id} | deleteServiceOutageById(id) | Module | DELETE | ServiceOutage |
| (2) /serviceoutage/{id} | findServiceOutageById(id) | Module | GET | ServiceOutage |
| (3) /serviceoutage/{id} | updateServiceOutageById(serviceoutage) | Module | PUT | ServiceOutage |
| (4) /serviceoutage | findAllServiceOutage() | Module | GET | ServiceOutage |
| (5) /serviceoutage/servicesupply/{id} | findAllServiceOutageOfServiceSupply(id) | Module | GET | ServiceSupply ServiceOutage |
| (6) /serviceoutage | insertServiceOutage(serviceoutage) | Module | POST | ServiceOutage |
Example:
final ServiceOutage serviceoutage = (ServiceOutage) invokeModule(MODULE + "/serviceoutage/" + id, ServiceOutage.class);| Contact | Donate | Imprint |