Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum
Prompt for the
SportVereinView
Please create a React-JS view called "SportVereinView" for the fields of the SportVerein entity. The SportVereinView must contain the following fields: - name: IstGemeinnuetzig type: BOOL - name: Land type: STRING - name: Name type: STRING - name: Postleitzahl type: STRING - name: Rechtsform type: STRING - name: Stadt type: STRING - name: Strasse type: STRING An existing SportVerein entity should be loaded from the relative URL: "/GeraeteTypService/sportverein/{id}" (HTTP-GET) If a new SportVerein entity has been created, the new entity should be posted to the relative URL: "/GeraeteTypService/sportverein" (HTTP-POST) If an existing SportVerein entity has been updated, the modified entity should be sent to the relative URL: "/GeraeteTypService/sportverein/{id}" (HTTP-PUT) If an existing SportVerein entity has to be deleted, the following relative URL should be called: "/GeraeteTypService/sportverein/{id}" (HTTP-DELETE) Add a HTML table to the view with the following FitnessStudio columns: - column: GroesseQuadratmeter - column: Strasse - column: FranchiseSystem - column: SportVerein - column: Name - column: FitnessKette - column: Postleitzahl - column: Stadt - column: StudioTyp - column: IstMikrostudio - column: Land - column: Ist24StundenGeoeffnet - column: Oeffnungszeiten The table should have the title "FitnessStudios" und the data must be loaded from the server with the following relative URL: "/FitnessStudioService/fitnessstudio/sportverein/{id}"
Copy prompt
Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum