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