Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum
Prompt for the
FamilienmitgliedschaftView
Please create a React-JS view called "FamilienmitgliedschaftView" for the fields of the Familienmitgliedschaft entity. The FamilienmitgliedschaftView must contain the following fields: - name: BisDatum type: DATE - name: Familie type: Familie - name: Person type: Person - name: RolleInFamilie type: STRING - name: VonDatum type: DATE The data source for the [Familie] select control should be loaded from the relative URL: "/FamilieService/familie" (HTTP-GET) The data source for the [Person] select control should be loaded from the relative URL: "/PersonService/person" (HTTP-GET) An existing Familienmitgliedschaft entity should be loaded from the relative URL: "/HilfeplanService/familienmitgliedschaft/{id}" (HTTP-GET) If a new Familienmitgliedschaft entity has been created, the new entity should be posted to the relative URL: "/HilfeplanService/familienmitgliedschaft" (HTTP-POST) If an existing Familienmitgliedschaft entity has been updated, the modified entity should be sent to the relative URL: "/HilfeplanService/familienmitgliedschaft/{id}" (HTTP-PUT) If an existing Familienmitgliedschaft entity has to be deleted, the following relative URL should be called: "/HilfeplanService/familienmitgliedschaft/{id}" (HTTP-DELETE)
Copy prompt
Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum