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