Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum
Prompt for the
SpracheView
Please create a React-JS view called "SpracheView" for the fields of the Sprache entity. The SpracheView must contain the following fields: - name: IsoCode type: STRING - name: Name type: STRING An existing Sprache entity should be loaded from the relative URL: "/SpracheService/sprache/{id}" (HTTP-GET) If a new Sprache entity has been created, the new entity should be posted to the relative URL: "/SpracheService/sprache" (HTTP-POST) If an existing Sprache entity has been updated, the modified entity should be sent to the relative URL: "/SpracheService/sprache/{id}" (HTTP-PUT) If an existing Sprache entity has to be deleted, the following relative URL should be called: "/SpracheService/sprache/{id}" (HTTP-DELETE) Add a HTML table to the view with the following KindergartenSprache columns: - column: IstHauptsprache - column: Kindergarten - column: Sprache The table should have the title "KindergartenSpraches" und the data must be loaded from the server with the following relative URL: "/SpracheService/kindergartensprache/sprache/{id}"
Copy prompt
Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum