Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum
Prompt for the
AusgabeTerminView
Please create a React-JS view called "AusgabeTerminView" for the fields of the AusgabeTermin entity. The AusgabeTerminView must contain the following fields: - name: Ausgabestelle type: Ausgabestelle - name: BisZeit type: STRING - name: Datum type: DATE - name: LokaleTafel type: LokaleTafel - name: MaxHaushalte type: LONG - name: Notizen type: STRING - name: VonZeit type: STRING The data source for the [Ausgabestelle] select control should be loaded from the relative URL: "/StandortService/ausgabestelle" (HTTP-GET) The data source for the [LokaleTafel] select control should be loaded from the relative URL: "/LokaleTafelService/lokaletafel" (HTTP-GET) An existing AusgabeTermin entity should be loaded from the relative URL: "/PartnerOrganisationService/ausgabetermin/{id}" (HTTP-GET) If a new AusgabeTermin entity has been created, the new entity should be posted to the relative URL: "/PartnerOrganisationService/ausgabetermin" (HTTP-POST) If an existing AusgabeTermin entity has been updated, the modified entity should be sent to the relative URL: "/PartnerOrganisationService/ausgabetermin/{id}" (HTTP-PUT) If an existing AusgabeTermin entity has to be deleted, the following relative URL should be called: "/PartnerOrganisationService/ausgabetermin/{id}" (HTTP-DELETE) Add a HTML table to the view with the following AusgabeTeilnahme columns: - column: AusgabeTermin - column: Haushalt - column: WarteschlangenNummer - column: Kostenbeitrag - column: GewichtErhaltenKg The table should have the title "AusgabeTeilnahmes" und the data must be loaded from the server with the following relative URL: "/PartnerOrganisationService/ausgabeteilnahme/ausgabetermin/{id}"
Copy prompt
Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum