Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum
Prompt for the
LampeView
Please create a React-JS view called "LampeView" for the fields of the Lampe entity. The LampeView must contain the following fields: - name: AusbauDatum type: DATE - name: Installationsdatum type: DATE - name: IstPrimaer type: BOOL - name: LeistungWatt type: STRING - name: Leuchteninstallation type: Leuchteninstallation - name: LichtquellenTyp type: LichtquellenTyp The data source for the [LichtquellenTyp] select control should be loaded from the relative URL: "/LichtquellenTypService/lichtquellentyp" (HTTP-GET) The data source for the [Leuchteninstallation] select control should be loaded from the relative URL: "/LeuchteninstallationService/leuchteninstallation" (HTTP-GET) An existing Lampe entity should be loaded from the relative URL: "/LichtquellenTypService/lampe/{id}" (HTTP-GET) If a new Lampe entity has been created, the new entity should be posted to the relative URL: "/LichtquellenTypService/lampe" (HTTP-POST) If an existing Lampe entity has been updated, the modified entity should be sent to the relative URL: "/LichtquellenTypService/lampe/{id}" (HTTP-PUT) If an existing Lampe entity has to be deleted, the following relative URL should be called: "/LichtquellenTypService/lampe/{id}" (HTTP-DELETE)
Copy prompt
Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum