Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum
Prompt for the
TherapieartView
Please create a React-JS view called "TherapieartView" for the fields of the Therapieart entity. The TherapieartView must contain the following fields: - name: Beschreibung type: STRING - name: Code type: STRING - name: Name type: STRING - name: Paedagogisch type: BOOL - name: Physisch type: BOOL - name: Psychologisch type: BOOL An existing Therapieart entity should be loaded from the relative URL: "/KurtypService/therapieart/{id}" (HTTP-GET) If a new Therapieart entity has been created, the new entity should be posted to the relative URL: "/KurtypService/therapieart" (HTTP-POST) If an existing Therapieart entity has been updated, the modified entity should be sent to the relative URL: "/KurtypService/therapieart/{id}" (HTTP-PUT) If an existing Therapieart entity has to be deleted, the following relative URL should be called: "/KurtypService/therapieart/{id}" (HTTP-DELETE) Add a HTML table to the view with the following Therapiesitzung columns: - column: Kur - column: Therapieart - column: Notizen - column: DauerMinuten - column: Zeitpunkt - column: Intensitaet The table should have the title "Therapiesitzungs" und the data must be loaded from the server with the following relative URL: "/KurtypService/therapiesitzung/therapieart/{id}"
Copy prompt
Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum