Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum
Prompt for the
ErziehungsmethodeView
Please create a React-JS view called "ErziehungsmethodeView" for the fields of the Erziehungsmethode entity. The ErziehungsmethodeView must contain the following fields: - name: Beschreibung type: STRING - name: IstAversiv type: BOOL - name: IstModern type: BOOL - name: Name type: STRING - name: Quelle type: STRING An existing Erziehungsmethode entity should be loaded from the relative URL: "/HundesportartService/erziehungsmethode/{id}" (HTTP-GET) If a new Erziehungsmethode entity has been created, the new entity should be posted to the relative URL: "/HundesportartService/erziehungsmethode" (HTTP-POST) If an existing Erziehungsmethode entity has been updated, the modified entity should be sent to the relative URL: "/HundesportartService/erziehungsmethode/{id}" (HTTP-PUT) If an existing Erziehungsmethode entity has to be deleted, the following relative URL should be called: "/HundesportartService/erziehungsmethode/{id}" (HTTP-DELETE) Add a HTML table to the view with the following KursErziehungsmethode columns: - column: Kurs - column: Erziehungsmethode The table should have the title "KursErziehungsmethodes" und the data must be loaded from the server with the following relative URL: "/HundesportartService/kurserziehungsmethode/erziehungsmethode/{id}"
Copy prompt
Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum