| Contact | Donate | Imprint |
| SmartDeviceIntegration | PartnerCompanyModule | Spotify |
| Property | Type | Entity | Reference | Module |
| (1) DeviceType | LONG | SmartDeviceIntegration | Device | DeviceModule |
| (2) PartnerCompany | LONG | SmartDeviceIntegration | PartnerCompany | PartnerCompanyModule |
| (3) SupportsSpotifyConnect | BOOL | SmartDeviceIntegration | ||
| (4) SupportsVoice | BOOL | SmartDeviceIntegration |
| Remote Method | Local Method | Module | HTTP-Method | References |
| (1) /smartdeviceintegration | insertSmartDeviceIntegration(smartdeviceintegration) | PartnerCompanyModule | POST | SmartDeviceIntegration |
| (2) /smartdeviceintegration/partnercompany/{id} | findAllSmartDeviceIntegrationOfPartnerCompany(id) | PartnerCompanyModule | GET | PartnerCompany SmartDeviceIntegration |
| (3) /smartdeviceintegration/{id} | updateSmartDeviceIntegrationById(smartdeviceintegration) | PartnerCompanyModule | PUT | SmartDeviceIntegration |
| (4) /smartdeviceintegration/devicetype/{id} | findAllSmartDeviceIntegrationOfDeviceType(id) | PartnerCompanyModule | GET | Device SmartDeviceIntegration |
| (5) /smartdeviceintegration | findAllSmartDeviceIntegration() | PartnerCompanyModule | GET | SmartDeviceIntegration |
| (6) /smartdeviceintegration/{id} | deleteSmartDeviceIntegrationById(id) | PartnerCompanyModule | DELETE | SmartDeviceIntegration |
| (7) /smartdeviceintegration/{id} | findSmartDeviceIntegrationById(id) | PartnerCompanyModule | GET | SmartDeviceIntegration |
Example:
final SmartDeviceIntegration smartdeviceintegration = (SmartDeviceIntegration) invokeModule(PARTNER_COMPANY_MODULE + "/smartdeviceintegration/" + id, SmartDeviceIntegration.class);| Contact | Donate | Imprint |