Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum
Prompt for the
WehrdienstErfassungView
Please create a React-JS view called "WehrdienstErfassungView" for the fields of the WehrdienstErfassung entity. The WehrdienstErfassungView must contain the following fields: - name: Erfassungsdatum type: DATE - name: Gemeinde type: Gemeinde - name: Hinweis type: STRING - name: Person type: Person - name: Status type: STRING The data source for the [Gemeinde] 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) An existing WehrdienstErfassung entity should be loaded from the relative URL: "/PersonService/wehrdiensterfassung/{id}" (HTTP-GET) If a new WehrdienstErfassung entity has been created, the new entity should be posted to the relative URL: "/PersonService/wehrdiensterfassung" (HTTP-POST) If an existing WehrdienstErfassung entity has been updated, the modified entity should be sent to the relative URL: "/PersonService/wehrdiensterfassung/{id}" (HTTP-PUT) If an existing WehrdienstErfassung entity has to be deleted, the following relative URL should be called: "/PersonService/wehrdiensterfassung/{id}" (HTTP-DELETE)
Copy prompt
Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum