Overview
Summary
Contact
Donate
Imprint
Prompt for the
SmartDeviceIntegrationView
Please create a React-JS view called "SmartDeviceIntegrationView" for the fields of the SmartDeviceIntegration entity. The SmartDeviceIntegrationView must contain the following fields: - name: DeviceType type: Device - name: PartnerCompany type: PartnerCompany - name: SupportsSpotifyConnect type: BOOL - name: SupportsVoice type: BOOL The data source for the [PartnerCompany] select control should be loaded from the relative URL: "/PartnerCompanyService/partnercompany" (HTTP-GET) The data source for the [DeviceType] select control should be loaded from the relative URL: "/DeviceService/device" (HTTP-GET) An existing SmartDeviceIntegration entity should be loaded from the relative URL: "/PartnerCompanyService/smartdeviceintegration/{id}" (HTTP-GET) If a new SmartDeviceIntegration entity has been created, the new entity should be posted to the relative URL: "/PartnerCompanyService/smartdeviceintegration" (HTTP-POST) If an existing SmartDeviceIntegration entity has been updated, the modified entity should be sent to the relative URL: "/PartnerCompanyService/smartdeviceintegration/{id}" (HTTP-PUT) If an existing SmartDeviceIntegration entity has to be deleted, the following relative URL should be called: "/PartnerCompanyService/smartdeviceintegration/{id}" (HTTP-DELETE)
Copy prompt
Overview
Summary
Contact
Donate
Imprint