Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum
Prompt for the
BildungseinrichtungAusbildungsprogrammView
Please create a React-JS view called "BildungseinrichtungAusbildungsprogrammView" for the fields of the BildungseinrichtungAusbildungsprogramm entity. The BildungseinrichtungAusbildungsprogrammView must contain the following fields: - name: Ausbildungsprogramm type: Ausbildungsprogramm - name: Bildungseinrichtung type: Bildungseinrichtung The data source for the [Bildungseinrichtung] select control should be loaded from the relative URL: "/BildungseinrichtungService/bildungseinrichtung" (HTTP-GET) The data source for the [Ausbildungsprogramm] select control should be loaded from the relative URL: "/MarktsegmentService/ausbildungsprogramm" (HTTP-GET) An existing BildungseinrichtungAusbildungsprogramm entity should be loaded from the relative URL: "/BildungseinrichtungService/bildungseinrichtungausbildungsprogramm/{id}" (HTTP-GET) If a new BildungseinrichtungAusbildungsprogramm entity has been created, the new entity should be posted to the relative URL: "/BildungseinrichtungService/bildungseinrichtungausbildungsprogramm" (HTTP-POST) If an existing BildungseinrichtungAusbildungsprogramm entity has been updated, the modified entity should be sent to the relative URL: "/BildungseinrichtungService/bildungseinrichtungausbildungsprogramm/{id}" (HTTP-PUT) If an existing BildungseinrichtungAusbildungsprogramm entity has to be deleted, the following relative URL should be called: "/BildungseinrichtungService/bildungseinrichtungausbildungsprogramm/{id}" (HTTP-DELETE)
Copy prompt
Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum