Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum
Prompt for the
VereinWettbewerbView
Please create a React-JS view called "VereinWettbewerbView" for the fields of the VereinWettbewerb entity. The VereinWettbewerbView must contain the following fields: - name: Platzierung type: STRING - name: Saison type: STRING - name: Verein type: Verein - name: Wettbewerb type: Wettbewerb The data source for the [Verein] select control should be loaded from the relative URL: "/VereinService/verein" (HTTP-GET) The data source for the [Wettbewerb] select control should be loaded from the relative URL: "/BeschlusstypService/wettbewerb" (HTTP-GET) An existing VereinWettbewerb entity should be loaded from the relative URL: "/BeschlusstypService/vereinwettbewerb/{id}" (HTTP-GET) If a new VereinWettbewerb entity has been created, the new entity should be posted to the relative URL: "/BeschlusstypService/vereinwettbewerb" (HTTP-POST) If an existing VereinWettbewerb entity has been updated, the modified entity should be sent to the relative URL: "/BeschlusstypService/vereinwettbewerb/{id}" (HTTP-PUT) If an existing VereinWettbewerb entity has to be deleted, the following relative URL should be called: "/BeschlusstypService/vereinwettbewerb/{id}" (HTTP-DELETE)
Copy prompt
Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum