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