Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum
Prompt for the
FahrzeugAnforderungView
Please create a React-JS view called "FahrzeugAnforderungView" for the fields of the FahrzeugAnforderung entity. The FahrzeugAnforderungView must contain the following fields: - name: Beschreibung type: STRING - name: BrauchtDoppelpedale type: BOOL - name: BrauchtGeschlossenenAufbau type: BOOL - name: Fuehrerscheinklasse type: Fuehrerscheinklasse - name: Land type: Land - name: MinBetriebsmasseKg type: INT - name: MinBreiteM type: STRING - name: MinGesamtmasseKg type: INT - name: MinHoeheM type: STRING - name: MinLaengeM type: STRING The data source for the [Fuehrerscheinklasse] select control should be loaded from the relative URL: "/LandService/fuehrerscheinklasse" (HTTP-GET) The data source for the [Land] select control should be loaded from the relative URL: "/LandService/land" (HTTP-GET) An existing FahrzeugAnforderung entity should be loaded from the relative URL: "/LandService/fahrzeuganforderung/{id}" (HTTP-GET) If a new FahrzeugAnforderung entity has been created, the new entity should be posted to the relative URL: "/LandService/fahrzeuganforderung" (HTTP-POST) If an existing FahrzeugAnforderung entity has been updated, the modified entity should be sent to the relative URL: "/LandService/fahrzeuganforderung/{id}" (HTTP-PUT) If an existing FahrzeugAnforderung entity has to be deleted, the following relative URL should be called: "/LandService/fahrzeuganforderung/{id}" (HTTP-DELETE)
Copy prompt
Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum