Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum
Prompt for the
HundehalterView
Please create a React-JS view called "HundehalterView" for the fields of the Hundehalter entity. The HundehalterView must contain the following fields: - name: Adresse type: STRING - name: Email type: STRING - name: Erfahrungsniveau type: STRING - name: Nachname type: STRING - name: Telefon type: STRING - name: Vorname type: STRING An existing Hundehalter entity should be loaded from the relative URL: "/HundService/hundehalter/{id}" (HTTP-GET) If a new Hundehalter entity has been created, the new entity should be posted to the relative URL: "/HundService/hundehalter" (HTTP-POST) If an existing Hundehalter entity has been updated, the modified entity should be sent to the relative URL: "/HundService/hundehalter/{id}" (HTTP-PUT) If an existing Hundehalter entity has to be deleted, the following relative URL should be called: "/HundService/hundehalter/{id}" (HTTP-DELETE) Add a HTML table to the view with the following Hund columns: - column: Name - column: Geburtsdatum - column: Hundehalter - column: IstGebrauchshund - column: Geschlecht - column: IstDiensthund - column: IstFamilienhund - column: Rasse The table should have the title "Hunds" und the data must be loaded from the server with the following relative URL: "/HundService/hund/hundehalter/{id}"
Copy prompt
Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum