Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum
Prompt for the
UnterstuetzungsaktivitaetView
Please create a React-JS view called "UnterstuetzungsaktivitaetView" for the fields of the Unterstuetzungsaktivitaet entity. The UnterstuetzungsaktivitaetView must contain the following fields: - name: Aktivitaetsdatum type: DATE - name: Aktivitaetstyp type: STRING - name: Beschreibung type: STRING - name: DauerMinuten type: INT - name: Hilfsplan type: Hilfsplan - name: Mitarbeiter type: Mitarbeiter The data source for the [Hilfsplan] select control should be loaded from the relative URL: "/HilfsplanService/hilfsplan" (HTTP-GET) The data source for the [Mitarbeiter] select control should be loaded from the relative URL: "/MitarbeiterService/mitarbeiter" (HTTP-GET) An existing Unterstuetzungsaktivitaet entity should be loaded from the relative URL: "/HilfsplanService/unterstuetzungsaktivitaet/{id}" (HTTP-GET) If a new Unterstuetzungsaktivitaet entity has been created, the new entity should be posted to the relative URL: "/HilfsplanService/unterstuetzungsaktivitaet" (HTTP-POST) If an existing Unterstuetzungsaktivitaet entity has been updated, the modified entity should be sent to the relative URL: "/HilfsplanService/unterstuetzungsaktivitaet/{id}" (HTTP-PUT) If an existing Unterstuetzungsaktivitaet entity has to be deleted, the following relative URL should be called: "/HilfsplanService/unterstuetzungsaktivitaet/{id}" (HTTP-DELETE)
Copy prompt
Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum