Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum
Prompt for the
MeldeVorgangView
Please create a React-JS view called "MeldeVorgangView" for the fields of the MeldeVorgang entity. The MeldeVorgangView must contain the following fields: - name: Behoerde type: Behoerde - name: Datum type: DATE - name: NeueGemeinde type: Gemeinde - name: Person type: Person - name: Vorgangsart type: STRING - name: Vorgangsnummer type: STRING - name: VorherigeGemeinde type: Gemeinde The data source for the [NeueGemeinde] select control should be loaded from the relative URL: "/GemeindeService/gemeinde" (HTTP-GET) The data source for the [VorherigeGemeinde] select control should be loaded from the relative URL: "/GemeindeService/gemeinde" (HTTP-GET) The data source for the [Person] select control should be loaded from the relative URL: "/PersonService/person" (HTTP-GET) The data source for the [Behoerde] select control should be loaded from the relative URL: "/BehoerdeService/behoerde" (HTTP-GET) An existing MeldeVorgang entity should be loaded from the relative URL: "/BehoerdeService/meldevorgang/{id}" (HTTP-GET) If a new MeldeVorgang entity has been created, the new entity should be posted to the relative URL: "/BehoerdeService/meldevorgang" (HTTP-POST) If an existing MeldeVorgang entity has been updated, the modified entity should be sent to the relative URL: "/BehoerdeService/meldevorgang/{id}" (HTTP-PUT) If an existing MeldeVorgang entity has to be deleted, the following relative URL should be called: "/BehoerdeService/meldevorgang/{id}" (HTTP-DELETE)
Copy prompt
Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum