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