Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum
Prompt for the
WartungsereignisView
Please create a React-JS view called "WartungsereignisView" for the fields of the Wartungsereignis entity. The WartungsereignisView must contain the following fields: - name: Beschreibung type: STRING - name: Datum type: DATE - name: DurchgefuehrtVon type: Organisation - name: Ereignistyp type: STRING - name: Kosten type: STRING - name: Stadtmoebel type: Stadtmoebel - name: Waehrung type: STRING The data source for the [Stadtmoebel] select control should be loaded from the relative URL: "/StadtmoebelService/stadtmoebel" (HTTP-GET) The data source for the [DurchgefuehrtVon] select control should be loaded from the relative URL: "/OrganisationService/organisation" (HTTP-GET) An existing Wartungsereignis entity should be loaded from the relative URL: "/OrganisationService/wartungsereignis/{id}" (HTTP-GET) If a new Wartungsereignis entity has been created, the new entity should be posted to the relative URL: "/OrganisationService/wartungsereignis" (HTTP-POST) If an existing Wartungsereignis entity has been updated, the modified entity should be sent to the relative URL: "/OrganisationService/wartungsereignis/{id}" (HTTP-PUT) If an existing Wartungsereignis entity has to be deleted, the following relative URL should be called: "/OrganisationService/wartungsereignis/{id}" (HTTP-DELETE)
Copy prompt
Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum