Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum
Prompt for the
QualitaetsinitiativeView
Please create a React-JS view called "QualitaetsinitiativeView" for the fields of the Qualitaetsinitiative entity. The QualitaetsinitiativeView must contain the following fields: - name: Beschreibung type: STRING - name: Land type: Land - name: Name type: STRING - name: Startjahr type: INT The data source for the [Land] select control should be loaded from the relative URL: "/LandService/land" (HTTP-GET) An existing Qualitaetsinitiative entity should be loaded from the relative URL: "/KindergartenTypService/qualitaetsinitiative/{id}" (HTTP-GET) If a new Qualitaetsinitiative entity has been created, the new entity should be posted to the relative URL: "/KindergartenTypService/qualitaetsinitiative" (HTTP-POST) If an existing Qualitaetsinitiative entity has been updated, the modified entity should be sent to the relative URL: "/KindergartenTypService/qualitaetsinitiative/{id}" (HTTP-PUT) If an existing Qualitaetsinitiative entity has to be deleted, the following relative URL should be called: "/KindergartenTypService/qualitaetsinitiative/{id}" (HTTP-DELETE)
Copy prompt
Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum