Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum
Prompt for the
FahrzeugAdresseAenderungView
Please create a React-JS view called "FahrzeugAdresseAenderungView" for the fields of the FahrzeugAdresseAenderung entity. The FahrzeugAdresseAenderungView must contain the following fields: - name: AlteAdresse type: Adresse - name: Antrag type: Antrag - name: FahrzeugKennzeichen type: STRING - name: NeueAdresse type: Adresse - name: WirksamAm type: DATE The data source for the [AlteAdresse] select control should be loaded from the relative URL: "/GemeindeService/adresse" (HTTP-GET) The data source for the [NeueAdresse] select control should be loaded from the relative URL: "/GemeindeService/adresse" (HTTP-GET) The data source for the [Antrag] select control should be loaded from the relative URL: "/BehoerdeService/antrag" (HTTP-GET) An existing FahrzeugAdresseAenderung entity should be loaded from the relative URL: "/BehoerdeService/fahrzeugadresseaenderung/{id}" (HTTP-GET) If a new FahrzeugAdresseAenderung entity has been created, the new entity should be posted to the relative URL: "/BehoerdeService/fahrzeugadresseaenderung" (HTTP-POST) If an existing FahrzeugAdresseAenderung entity has been updated, the modified entity should be sent to the relative URL: "/BehoerdeService/fahrzeugadresseaenderung/{id}" (HTTP-PUT) If an existing FahrzeugAdresseAenderung entity has to be deleted, the following relative URL should be called: "/BehoerdeService/fahrzeugadresseaenderung/{id}" (HTTP-DELETE)
Copy prompt
Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum