Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum
Prompt for the
KursBuchungView
Please create a React-JS view called "KursBuchungView" for the fields of the KursBuchung entity. The KursBuchungView must contain the following fields: - name: BuchungsZeit type: DATE - name: CheckInZeit type: DATE - name: KursEinheit type: KursEinheit - name: Mitglied type: Mitglied - name: Status type: STRING The data source for the [Mitglied] select control should be loaded from the relative URL: "/MitgliedService/mitglied" (HTTP-GET) The data source for the [KursEinheit] select control should be loaded from the relative URL: "/FitnessStudioService/kurseinheit" (HTTP-GET) An existing KursBuchung entity should be loaded from the relative URL: "/MitgliedService/kursbuchung/{id}" (HTTP-GET) If a new KursBuchung entity has been created, the new entity should be posted to the relative URL: "/MitgliedService/kursbuchung" (HTTP-POST) If an existing KursBuchung entity has been updated, the modified entity should be sent to the relative URL: "/MitgliedService/kursbuchung/{id}" (HTTP-PUT) If an existing KursBuchung entity has to be deleted, the following relative URL should be called: "/MitgliedService/kursbuchung/{id}" (HTTP-DELETE)
Copy prompt
Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum