| Contact | Donate | Imprint |
| DeviceIntegration | DeviceModule | Netflix |
| Property | Type | Entity | Reference | Module |
| (1) Device | LONG | DeviceIntegration | Device | DeviceModule |
| (2) EndDate | DATE | DeviceIntegration | ||
| (3) IntegrationType | STRING | DeviceIntegration | ||
| (4) Notes | STRING | DeviceIntegration | ||
| (5) ServiceSupply | LONG | DeviceIntegration | ServiceSupply | Module |
| (6) StartDate | DATE | DeviceIntegration |
| Remote Method | Local Method | Module | HTTP-Method | References |
| (1) /deviceintegration/{id} | deleteDeviceIntegrationById(id) | DeviceModule | DELETE | DeviceIntegration |
| (2) /deviceintegration/servicesupply/{id} | findAllDeviceIntegrationOfServiceSupply(id) | DeviceModule | GET | ServiceSupply DeviceIntegration |
| (3) /deviceintegration/{id} | updateDeviceIntegrationById(deviceintegration) | DeviceModule | PUT | DeviceIntegration |
| (4) /deviceintegration/device/{id} | findAllDeviceIntegrationOfDevice(id) | DeviceModule | GET | Device DeviceIntegration |
| (5) /deviceintegration/{id} | findDeviceIntegrationById(id) | DeviceModule | GET | DeviceIntegration |
| (6) /deviceintegration | insertDeviceIntegration(deviceintegration) | DeviceModule | POST | DeviceIntegration |
| (7) /deviceintegration | findAllDeviceIntegration() | DeviceModule | GET | DeviceIntegration |
Example:
final DeviceIntegration deviceintegration = (DeviceIntegration) invokeModule(DEVICE_MODULE + "/deviceintegration/" + id, DeviceIntegration.class);| Contact | Donate | Imprint |