Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum
Prompt for the
FahrzeugAusruestungView
Please create a React-JS view called "FahrzeugAusruestungView" for the fields of the FahrzeugAusruestung entity. The FahrzeugAusruestungView must contain the following fields: - name: Ausruestung type: Ausruestung - name: Fahrzeug type: Fahrzeug The data source for the [Fahrzeug] select control should be loaded from the relative URL: "/FahrzeugService/fahrzeug" (HTTP-GET) The data source for the [Ausruestung] select control should be loaded from the relative URL: "/FahrzeugService/ausruestung" (HTTP-GET) An existing FahrzeugAusruestung entity should be loaded from the relative URL: "/FahrzeugService/fahrzeugausruestung/{id}" (HTTP-GET) If a new FahrzeugAusruestung entity has been created, the new entity should be posted to the relative URL: "/FahrzeugService/fahrzeugausruestung" (HTTP-POST) If an existing FahrzeugAusruestung entity has been updated, the modified entity should be sent to the relative URL: "/FahrzeugService/fahrzeugausruestung/{id}" (HTTP-PUT) If an existing FahrzeugAusruestung entity has to be deleted, the following relative URL should be called: "/FahrzeugService/fahrzeugausruestung/{id}" (HTTP-DELETE)
Copy prompt
Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum