Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum
Prompt for the
LmsInstallationView
Please create a React-JS view called "LmsInstallationView" for the fields of the LmsInstallation entity. The LmsInstallationView must contain the following fields: - name: Beschreibung type: STRING - name: Gemeinde type: Gemeinde - name: LichtmanagementSystem type: LichtmanagementSystem - name: StartJahr type: INT The data source for the [Gemeinde] select control should be loaded from the relative URL: "/GemeindeService/gemeinde" (HTTP-GET) The data source for the [LichtmanagementSystem] select control should be loaded from the relative URL: "/LichtmanagementSystemService/lichtmanagementsystem" (HTTP-GET) An existing LmsInstallation entity should be loaded from the relative URL: "/LichtmanagementSystemService/lmsinstallation/{id}" (HTTP-GET) If a new LmsInstallation entity has been created, the new entity should be posted to the relative URL: "/LichtmanagementSystemService/lmsinstallation" (HTTP-POST) If an existing LmsInstallation entity has been updated, the modified entity should be sent to the relative URL: "/LichtmanagementSystemService/lmsinstallation/{id}" (HTTP-PUT) If an existing LmsInstallation entity has to be deleted, the following relative URL should be called: "/LichtmanagementSystemService/lmsinstallation/{id}" (HTTP-DELETE)
Copy prompt
Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum