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