Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum
Prompt for the
GrossTagespflegeMitgliedschaftView
Please create a React-JS view called "GrossTagespflegeMitgliedschaftView" for the fields of the GrossTagespflegeMitgliedschaft entity. The GrossTagespflegeMitgliedschaftView must contain the following fields: - name: BisDatum type: DATE - name: GrossTagespflege type: GrossTagespflege - name: Rolle type: STRING - name: Tagespflegeperson type: Tagespflegeperson - name: VonDatum type: DATE The data source for the [Tagespflegeperson] select control should be loaded from the relative URL: "/TagespflegepersonService/tagespflegeperson" (HTTP-GET) The data source for the [GrossTagespflege] select control should be loaded from the relative URL: "/JugendamtService/grosstagespflege" (HTTP-GET) An existing GrossTagespflegeMitgliedschaft entity should be loaded from the relative URL: "/TagespflegepersonService/grosstagespflegemitgliedschaft/{id}" (HTTP-GET) If a new GrossTagespflegeMitgliedschaft entity has been created, the new entity should be posted to the relative URL: "/TagespflegepersonService/grosstagespflegemitgliedschaft" (HTTP-POST) If an existing GrossTagespflegeMitgliedschaft entity has been updated, the modified entity should be sent to the relative URL: "/TagespflegepersonService/grosstagespflegemitgliedschaft/{id}" (HTTP-PUT) If an existing GrossTagespflegeMitgliedschaft entity has to be deleted, the following relative URL should be called: "/TagespflegepersonService/grosstagespflegemitgliedschaft/{id}" (HTTP-DELETE)
Copy prompt
Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum