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