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