Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum
Prompt for the
KindergartenPaedagogischesKonzeptView
Please create a React-JS view called "KindergartenPaedagogischesKonzeptView" for the fields of the KindergartenPaedagogischesKonzept entity. The KindergartenPaedagogischesKonzeptView must contain the following fields: - name: BisDatum type: DATE - name: IstHauptkonzept type: BOOL - name: Kindergarten type: Kindergarten - name: PaedagogischesKonzept type: PaedagogischesKonzept - name: VonDatum type: DATE The data source for the [PaedagogischesKonzept] select control should be loaded from the relative URL: "/LandService/paedagogischeskonzept" (HTTP-GET) The data source for the [Kindergarten] select control should be loaded from the relative URL: "/KindergartenService/kindergarten" (HTTP-GET) An existing KindergartenPaedagogischesKonzept entity should be loaded from the relative URL: "/LandService/kindergartenpaedagogischeskonzept/{id}" (HTTP-GET) If a new KindergartenPaedagogischesKonzept entity has been created, the new entity should be posted to the relative URL: "/LandService/kindergartenpaedagogischeskonzept" (HTTP-POST) If an existing KindergartenPaedagogischesKonzept entity has been updated, the modified entity should be sent to the relative URL: "/LandService/kindergartenpaedagogischeskonzept/{id}" (HTTP-PUT) If an existing KindergartenPaedagogischesKonzept entity has to be deleted, the following relative URL should be called: "/LandService/kindergartenpaedagogischeskonzept/{id}" (HTTP-DELETE)
Copy prompt
Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum