Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum
Prompt for the
TranskontinentaleRouteView
Please create a React-JS view called "TranskontinentaleRouteView" for the fields of the TranskontinentaleRoute entity. The TranskontinentaleRouteView must contain the following fields: - name: Abkuerzung type: STRING - name: EndOrt type: STRING - name: GesamtlaengeKm type: STRING - name: Name type: STRING - name: StartOrt type: STRING An existing TranskontinentaleRoute entity should be loaded from the relative URL: "/StrasseService/transkontinentaleroute/{id}" (HTTP-GET) If a new TranskontinentaleRoute entity has been created, the new entity should be posted to the relative URL: "/StrasseService/transkontinentaleroute" (HTTP-POST) If an existing TranskontinentaleRoute entity has been updated, the modified entity should be sent to the relative URL: "/StrasseService/transkontinentaleroute/{id}" (HTTP-PUT) If an existing TranskontinentaleRoute entity has to be deleted, the following relative URL should be called: "/StrasseService/transkontinentaleroute/{id}" (HTTP-DELETE) Add a HTML table to the view with the following TranskontinentaleRoutenabschnitt columns: - column: TranskontinentaleRoute - column: Strasse - column: Reihenfolge - column: Land - column: LaengeKm The table should have the title "TranskontinentaleRoutenabschnitts" und the data must be loaded from the server with the following relative URL: "/StrasseService/transkontinentaleroutenabschnitt/transkontinentaleroute/{id}"
Copy prompt
Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum