Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum
Prompt for the
PflegeaktivitaetView
Please create a React-JS view called "PflegeaktivitaetView" for the fields of the Pflegeaktivitaet entity. The PflegeaktivitaetView must contain the following fields: - name: BeeinflusstSpiel type: BOOL - name: Beschreibung type: STRING - name: Frequenz type: STRING - name: Golfplatz type: Golfplatz - name: Name type: STRING - name: Saison type: STRING The data source for the [Golfplatz] select control should be loaded from the relative URL: "/GolfplatzService/golfplatz" (HTTP-GET) An existing Pflegeaktivitaet entity should be loaded from the relative URL: "/TurnierService/pflegeaktivitaet/{id}" (HTTP-GET) If a new Pflegeaktivitaet entity has been created, the new entity should be posted to the relative URL: "/TurnierService/pflegeaktivitaet" (HTTP-POST) If an existing Pflegeaktivitaet entity has been updated, the modified entity should be sent to the relative URL: "/TurnierService/pflegeaktivitaet/{id}" (HTTP-PUT) If an existing Pflegeaktivitaet entity has to be deleted, the following relative URL should be called: "/TurnierService/pflegeaktivitaet/{id}" (HTTP-DELETE)
Copy prompt
Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum