Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum
Prompt for the
AdresseView
Please create a React-JS view called "AdresseView" for the fields of the Adresse entity. The AdresseView must contain the following fields: - name: Hausnummer type: STRING - name: Postleitzahl type: STRING - name: Stadt type: Stadt - name: Strasse type: STRING - name: Zusatz type: STRING The data source for the [Stadt] select control should be loaded from the relative URL: "/StandortService/stadt" (HTTP-GET) An existing Adresse entity should be loaded from the relative URL: "/AdresseService/adresse/{id}" (HTTP-GET) If a new Adresse entity has been created, the new entity should be posted to the relative URL: "/AdresseService/adresse" (HTTP-POST) If an existing Adresse entity has been updated, the modified entity should be sent to the relative URL: "/AdresseService/adresse/{id}" (HTTP-PUT) If an existing Adresse entity has to be deleted, the following relative URL should be called: "/AdresseService/adresse/{id}" (HTTP-DELETE) Add a HTML table to the view with the following Standort columns: - column: Adresse - column: LokaleTafel - column: Telefon - column: StandortTyp - column: Bezeichnung - column: Email The table should have the title "Standorts" und the data must be loaded from the server with the following relative URL: "/StandortService/standort/adresse/{id}" Add a HTML table to the view with the following Haushalt columns: - column: Haushaltsgroesse - column: LokaleTafel - column: AlleinerziehendFlag - column: KinderAnzahl - column: Adresse - column: HaushaltCode The table should have the title "Haushalts" und the data must be loaded from the server with the following relative URL: "/LokaleTafelService/haushalt/adresse/{id}" Add a HTML table to the view with the following SpenderFiliale columns: - column: Name - column: FilialCode - column: SpenderOrganisation - column: Telefon - column: Adresse The table should have the title "SpenderFiliales" und the data must be loaded from the server with the following relative URL: "/AdresseService/spenderfiliale/adresse/{id}" Add a HTML table to the view with the following PartnerOrganisation columns: - column: Organisationstyp - column: Adresse - column: Email - column: AnsprechpartnerName - column: Name - column: Telefon The table should have the title "PartnerOrganisations" und the data must be loaded from the server with the following relative URL: "/PartnerOrganisationService/partnerorganisation/adresse/{id}" Add a HTML table to the view with the following SpenderOrganisation columns: - column: Adresse - column: SpenderTyp - column: Name - column: Steuernummer The table should have the title "SpenderOrganisations" und the data must be loaded from the server with the following relative URL: "/AdresseService/spenderorganisation/adresse/{id}"
Copy prompt
Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum