Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum
Prompt for the
TranskontinentaleRoutenabschnittView
Please create a React-JS view called "TranskontinentaleRoutenabschnittView" for the fields of the TranskontinentaleRoutenabschnitt entity. The TranskontinentaleRoutenabschnittView must contain the following fields: - name: LaengeKm type: STRING - name: Land type: Land - name: Reihenfolge type: LONG - name: Strasse type: Strasse - name: TranskontinentaleRoute type: TranskontinentaleRoute The data source for the [TranskontinentaleRoute] select control should be loaded from the relative URL: "/StrasseService/transkontinentaleroute" (HTTP-GET) The data source for the [Strasse] select control should be loaded from the relative URL: "/StrasseService/strasse" (HTTP-GET) The data source for the [Land] select control should be loaded from the relative URL: "/LandService/land" (HTTP-GET) An existing TranskontinentaleRoutenabschnitt entity should be loaded from the relative URL: "/StrasseService/transkontinentaleroutenabschnitt/{id}" (HTTP-GET) If a new TranskontinentaleRoutenabschnitt entity has been created, the new entity should be posted to the relative URL: "/StrasseService/transkontinentaleroutenabschnitt" (HTTP-POST) If an existing TranskontinentaleRoutenabschnitt entity has been updated, the modified entity should be sent to the relative URL: "/StrasseService/transkontinentaleroutenabschnitt/{id}" (HTTP-PUT) If an existing TranskontinentaleRoutenabschnitt entity has to be deleted, the following relative URL should be called: "/StrasseService/transkontinentaleroutenabschnitt/{id}" (HTTP-DELETE)
Copy prompt
Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum