Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum
Prompt for the
WohnsitzView
Please create a React-JS view called "WohnsitzView" for the fields of the Wohnsitz entity. The WohnsitzView must contain the following fields: - name: Adresse type: Adresse - name: Auszugsdatum type: DATE - name: Einzugsdatum type: DATE - name: IstHauptwohnung type: BOOL - name: Person type: Person - name: WohnsitzArt type: STRING The data source for the [Adresse] select control should be loaded from the relative URL: "/GemeindeService/adresse" (HTTP-GET) The data source for the [Person] select control should be loaded from the relative URL: "/PersonService/person" (HTTP-GET) An existing Wohnsitz entity should be loaded from the relative URL: "/PersonService/wohnsitz/{id}" (HTTP-GET) If a new Wohnsitz entity has been created, the new entity should be posted to the relative URL: "/PersonService/wohnsitz" (HTTP-POST) If an existing Wohnsitz entity has been updated, the modified entity should be sent to the relative URL: "/PersonService/wohnsitz/{id}" (HTTP-PUT) If an existing Wohnsitz entity has to be deleted, the following relative URL should be called: "/PersonService/wohnsitz/{id}" (HTTP-DELETE)
Copy prompt
Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum