Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum
Prompt for the
PersonView
Please create a React-JS view called "PersonView" for the fields of the Person entity. The PersonView must contain the following fields: - name: Besonderheiten type: STRING - name: Geburtsdatum type: DATE - name: Geschlecht type: STRING - name: Haushalt type: Haushalt - name: Nachname type: STRING - name: Vorname type: STRING The data source for the [Haushalt] select control should be loaded from the relative URL: "/LokaleTafelService/haushalt" (HTTP-GET) An existing Person entity should be loaded from the relative URL: "/ProgrammService/person/{id}" (HTTP-GET) If a new Person entity has been created, the new entity should be posted to the relative URL: "/ProgrammService/person" (HTTP-POST) If an existing Person entity has been updated, the modified entity should be sent to the relative URL: "/ProgrammService/person/{id}" (HTTP-PUT) If an existing Person entity has to be deleted, the following relative URL should be called: "/ProgrammService/person/{id}" (HTTP-DELETE)
Copy prompt
Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum