Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum
Prompt for the
FairwayView
Please create a React-JS view called "FairwayView" for the fields of the Fairway entity. The FairwayView must contain the following fields: - name: BreiteMeter type: LONG - name: GefaelleBeschreibung type: STRING - name: Grasart type: STRING - name: HatDogleg type: BOOL - name: LaengeMeter type: LONG - name: Loch type: Loch The data source for the [Loch] select control should be loaded from the relative URL: "/LochService/loch" (HTTP-GET) An existing Fairway entity should be loaded from the relative URL: "/TurnierService/fairway/{id}" (HTTP-GET) If a new Fairway entity has been created, the new entity should be posted to the relative URL: "/TurnierService/fairway" (HTTP-POST) If an existing Fairway entity has been updated, the modified entity should be sent to the relative URL: "/TurnierService/fairway/{id}" (HTTP-PUT) If an existing Fairway entity has to be deleted, the following relative URL should be called: "/TurnierService/fairway/{id}" (HTTP-DELETE)
Copy prompt
Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum