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