Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum
Prompt for the
KundenkarteView
Please create a React-JS view called "KundenkarteView" for the fields of the Kundenkarte entity. The KundenkarteView must contain the following fields: - name: Ablaufdatum type: DATE - name: Ausgabedatum type: DATE - name: Kartennummer type: STRING - name: Kunde type: Kunde - name: RabattProgramm type: STRING - name: Supermarkt type: Supermarkt The data source for the [Kunde] select control should be loaded from the relative URL: "/KundeService/kunde" (HTTP-GET) The data source for the [Supermarkt] select control should be loaded from the relative URL: "/SupermarktService/supermarkt" (HTTP-GET) An existing Kundenkarte entity should be loaded from the relative URL: "/KundeService/kundenkarte/{id}" (HTTP-GET) If a new Kundenkarte entity has been created, the new entity should be posted to the relative URL: "/KundeService/kundenkarte" (HTTP-POST) If an existing Kundenkarte entity has been updated, the modified entity should be sent to the relative URL: "/KundeService/kundenkarte/{id}" (HTTP-PUT) If an existing Kundenkarte entity has to be deleted, the following relative URL should be called: "/KundeService/kundenkarte/{id}" (HTTP-DELETE)
Copy prompt
Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum