Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum
Prompt for the
KureinrichtungTypView
Please create a React-JS view called "KureinrichtungTypView" for the fields of the KureinrichtungTyp entity. The KureinrichtungTypView must contain the following fields: - name: Beschreibung type: STRING - name: Code type: STRING - name: Name type: STRING An existing KureinrichtungTyp entity should be loaded from the relative URL: "/HistorischerAspektService/kureinrichtungtyp/{id}" (HTTP-GET) If a new KureinrichtungTyp entity has been created, the new entity should be posted to the relative URL: "/HistorischerAspektService/kureinrichtungtyp" (HTTP-POST) If an existing KureinrichtungTyp entity has been updated, the modified entity should be sent to the relative URL: "/HistorischerAspektService/kureinrichtungtyp/{id}" (HTTP-PUT) If an existing KureinrichtungTyp entity has to be deleted, the following relative URL should be called: "/HistorischerAspektService/kureinrichtungtyp/{id}" (HTTP-DELETE) Add a HTML table to the view with the following Kureinrichtung columns: - column: Postleitzahl - column: Bettenkapazitaet - column: Zertifiziert - column: Stadt - column: Name - column: Kurort - column: Adresszeile - column: KureinrichtungTyp The table should have the title "Kureinrichtungs" und the data must be loaded from the server with the following relative URL: "/KureinrichtungService/kureinrichtung/kureinrichtungtyp/{id}"
Copy prompt
Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum