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