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