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