Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum
Prompt for the
AusgabeTeilnahmeView
Please create a React-JS view called "AusgabeTeilnahmeView" for the fields of the AusgabeTeilnahme entity. The AusgabeTeilnahmeView must contain the following fields: - name: AusgabeTermin type: AusgabeTermin - name: GewichtErhaltenKg type: STRING - name: Haushalt type: Haushalt - name: Kostenbeitrag type: STRING - name: WarteschlangenNummer type: LONG The data source for the [Haushalt] select control should be loaded from the relative URL: "/LokaleTafelService/haushalt" (HTTP-GET) The data source for the [AusgabeTermin] select control should be loaded from the relative URL: "/PartnerOrganisationService/ausgabetermin" (HTTP-GET) An existing AusgabeTeilnahme entity should be loaded from the relative URL: "/PartnerOrganisationService/ausgabeteilnahme/{id}" (HTTP-GET) If a new AusgabeTeilnahme entity has been created, the new entity should be posted to the relative URL: "/PartnerOrganisationService/ausgabeteilnahme" (HTTP-POST) If an existing AusgabeTeilnahme entity has been updated, the modified entity should be sent to the relative URL: "/PartnerOrganisationService/ausgabeteilnahme/{id}" (HTTP-PUT) If an existing AusgabeTeilnahme entity has to be deleted, the following relative URL should be called: "/PartnerOrganisationService/ausgabeteilnahme/{id}" (HTTP-DELETE)
Copy prompt
Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum