Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum
Prompt for the
OfenView
Please create a React-JS view called "OfenView" for the fields of the Ofen entity. The OfenView must contain the following fields: - name: Backstube type: Backstube - name: Baujahr type: INT - name: IstGemauert type: BOOL - name: KapazitaetKg type: DOUBLE - name: Ofentyp type: STRING The data source for the [Backstube] select control should be loaded from the relative URL: "/BackstubeService/backstube" (HTTP-GET) An existing Ofen entity should be loaded from the relative URL: "/BackstubeService/ofen/{id}" (HTTP-GET) If a new Ofen entity has been created, the new entity should be posted to the relative URL: "/BackstubeService/ofen" (HTTP-POST) If an existing Ofen entity has been updated, the modified entity should be sent to the relative URL: "/BackstubeService/ofen/{id}" (HTTP-PUT) If an existing Ofen entity has to be deleted, the following relative URL should be called: "/BackstubeService/ofen/{id}" (HTTP-DELETE)
Copy prompt
Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum