Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum
Prompt for the
DienstleistungView
Please create a React-JS view called "DienstleistungView" for the fields of the Dienstleistung entity. The DienstleistungView must contain the following fields: - name: Beschreibung type: STRING - name: Bezeichnung type: STRING - name: HatAutoVerstauservice type: BOOL - name: HatEinpackservice type: BOOL - name: HatElektroroller type: BOOL - name: HatKinderwagen type: BOOL - name: IstRundUmDieUhr type: BOOL - name: Supermarkt type: Supermarkt The data source for the [Supermarkt] select control should be loaded from the relative URL: "/SupermarktService/supermarkt" (HTTP-GET) An existing Dienstleistung entity should be loaded from the relative URL: "/SupermarktService/dienstleistung/{id}" (HTTP-GET) If a new Dienstleistung entity has been created, the new entity should be posted to the relative URL: "/SupermarktService/dienstleistung" (HTTP-POST) If an existing Dienstleistung entity has been updated, the modified entity should be sent to the relative URL: "/SupermarktService/dienstleistung/{id}" (HTTP-PUT) If an existing Dienstleistung entity has to be deleted, the following relative URL should be called: "/SupermarktService/dienstleistung/{id}" (HTTP-DELETE)
Copy prompt
Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum