Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum
Prompt for the
KindElternteilView
Please create a React-JS view called "KindElternteilView" for the fields of the KindElternteil entity. The KindElternteilView must contain the following fields: - name: Beziehung type: STRING - name: Elternteil type: Elternteil - name: HatSorgerecht type: BOOL - name: Kind type: Kind The data source for the [Kind] select control should be loaded from the relative URL: "/KindService/kind" (HTTP-GET) The data source for the [Elternteil] select control should be loaded from the relative URL: "/ElternteilService/elternteil" (HTTP-GET) An existing KindElternteil entity should be loaded from the relative URL: "/ElternteilService/kindelternteil/{id}" (HTTP-GET) If a new KindElternteil entity has been created, the new entity should be posted to the relative URL: "/ElternteilService/kindelternteil" (HTTP-POST) If an existing KindElternteil entity has been updated, the modified entity should be sent to the relative URL: "/ElternteilService/kindelternteil/{id}" (HTTP-PUT) If an existing KindElternteil entity has to be deleted, the following relative URL should be called: "/ElternteilService/kindelternteil/{id}" (HTTP-DELETE)
Copy prompt
Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum