Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum
Prompt for the
LeitstelleSystemView
Please create a React-JS view called "LeitstelleSystemView" for the fields of the LeitstelleSystem entity. The LeitstelleSystemView must contain the following fields: - name: Leitstelle type: Leitstelle - name: Redundant type: BOOL - name: System type: System The data source for the [Leitstelle] select control should be loaded from the relative URL: "/LeitstelleService/leitstelle" (HTTP-GET) The data source for the [System] select control should be loaded from the relative URL: "/SystemService/system" (HTTP-GET) An existing LeitstelleSystem entity should be loaded from the relative URL: "/SystemService/leitstellesystem/{id}" (HTTP-GET) If a new LeitstelleSystem entity has been created, the new entity should be posted to the relative URL: "/SystemService/leitstellesystem" (HTTP-POST) If an existing LeitstelleSystem entity has been updated, the modified entity should be sent to the relative URL: "/SystemService/leitstellesystem/{id}" (HTTP-PUT) If an existing LeitstelleSystem entity has to be deleted, the following relative URL should be called: "/SystemService/leitstellesystem/{id}" (HTTP-DELETE)
Copy prompt
Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum