Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum
Prompt for the
KreisView
Please create a React-JS view called "KreisView" for the fields of the Kreis entity. The KreisView must contain the following fields: - name: Code type: STRING - name: ErzeugtAm type: DATE - name: Name type: STRING An existing Kreis entity should be loaded from the relative URL: "/GemeindeService/kreis/{id}" (HTTP-GET) If a new Kreis entity has been created, the new entity should be posted to the relative URL: "/GemeindeService/kreis" (HTTP-POST) If an existing Kreis entity has been updated, the modified entity should be sent to the relative URL: "/GemeindeService/kreis/{id}" (HTTP-PUT) If an existing Kreis entity has to be deleted, the following relative URL should be called: "/GemeindeService/kreis/{id}" (HTTP-DELETE) Add a HTML table to the view with the following Gemeinde columns: - column: Kreis - column: Name - column: ErzeugtAm - column: AmtlicherSchluessel The table should have the title "Gemeindes" und the data must be loaded from the server with the following relative URL: "/GemeindeService/gemeinde/kreis/{id}"
Copy prompt
Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum