Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum
Prompt for the
GolfclubView
Please create a React-JS view called "GolfclubView" for the fields of the Golfclub entity. The GolfclubView must contain the following fields: - name: Gruendungsjahr type: LONG - name: Land type: STRING - name: Mitgliedschaften type: STRING - name: Name type: STRING - name: Ort type: STRING - name: Region type: STRING - name: Webseite type: STRING An existing Golfclub entity should be loaded from the relative URL: "/AbschlagService/golfclub/{id}" (HTTP-GET) If a new Golfclub entity has been created, the new entity should be posted to the relative URL: "/AbschlagService/golfclub" (HTTP-POST) If an existing Golfclub entity has been updated, the modified entity should be sent to the relative URL: "/AbschlagService/golfclub/{id}" (HTTP-PUT) If an existing Golfclub entity has to be deleted, the following relative URL should be called: "/AbschlagService/golfclub/{id}" (HTTP-DELETE) Add a HTML table to the view with the following GolfclubGolfplatz columns: - column: Golfplatz - column: BisJahr - column: VonJahr - column: Golfclub - column: Rolle The table should have the title "GolfclubGolfplatzs" und the data must be loaded from the server with the following relative URL: "/GolfplatzService/golfclubgolfplatz/golfclub/{id}"
Copy prompt
Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum