Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum
Prompt for the
StreitfallView
Please create a React-JS view called "StreitfallView" for the fields of the Streitfall entity. The StreitfallView must contain the following fields: - name: Beschreibung type: STRING - name: Betreff type: STRING - name: Enddatum type: DATE - name: Ergebnis type: STRING - name: Gegenpartei type: Organisation - name: Gemeinde type: Gemeinde - name: Startdatum type: DATE - 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 [Gegenpartei] select control should be loaded from the relative URL: "/OrganisationService/organisation" (HTTP-GET) An existing Streitfall entity should be loaded from the relative URL: "/GemeindeService/streitfall/{id}" (HTTP-GET) If a new Streitfall entity has been created, the new entity should be posted to the relative URL: "/GemeindeService/streitfall" (HTTP-POST) If an existing Streitfall entity has been updated, the modified entity should be sent to the relative URL: "/GemeindeService/streitfall/{id}" (HTTP-PUT) If an existing Streitfall entity has to be deleted, the following relative URL should be called: "/GemeindeService/streitfall/{id}" (HTTP-DELETE)
Copy prompt
Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum