Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum
Prompt for the
BildungsprogrammView
Please create a React-JS view called "BildungsprogrammView" for the fields of the Bildungsprogramm entity. The BildungsprogrammView must contain the following fields: - name: Beschreibung type: STRING - name: DauerMinuten type: LONG - name: IstGefuehrt type: BOOL - name: Name type: STRING - name: Zielgruppe type: STRING - name: Zoo type: Zoo The data source for the [Zoo] select control should be loaded from the relative URL: "/ZooService/zoo" (HTTP-GET) An existing Bildungsprogramm entity should be loaded from the relative URL: "/ForschungsinstitutService/bildungsprogramm/{id}" (HTTP-GET) If a new Bildungsprogramm entity has been created, the new entity should be posted to the relative URL: "/ForschungsinstitutService/bildungsprogramm" (HTTP-POST) If an existing Bildungsprogramm entity has been updated, the modified entity should be sent to the relative URL: "/ForschungsinstitutService/bildungsprogramm/{id}" (HTTP-PUT) If an existing Bildungsprogramm entity has to be deleted, the following relative URL should be called: "/ForschungsinstitutService/bildungsprogramm/{id}" (HTTP-DELETE)
Copy prompt
Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum