Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum
Prompt for the
FortbildungView
Please create a React-JS view called "FortbildungView" for the fields of the Fortbildung entity. The FortbildungView must contain the following fields: - name: Anbieter type: STRING - name: Beginn type: DATE - name: Ende type: DATE - name: IstIndustriegesponsert type: BOOL - name: Land type: Land - name: Titel type: STRING The data source for the [Land] select control should be loaded from the relative URL: "/LandService/land" (HTTP-GET) An existing Fortbildung entity should be loaded from the relative URL: "/FortbildungService/fortbildung/{id}" (HTTP-GET) If a new Fortbildung entity has been created, the new entity should be posted to the relative URL: "/FortbildungService/fortbildung" (HTTP-POST) If an existing Fortbildung entity has been updated, the modified entity should be sent to the relative URL: "/FortbildungService/fortbildung/{id}" (HTTP-PUT) If an existing Fortbildung entity has to be deleted, the following relative URL should be called: "/FortbildungService/fortbildung/{id}" (HTTP-DELETE) Add a HTML table to the view with the following ZahnarztFortbildung columns: - column: Zertifikatsnummer - column: Zahnarzt - column: Punkte - column: Fortbildung The table should have the title "ZahnarztFortbildungs" und the data must be loaded from the server with the following relative URL: "/FortbildungService/zahnarztfortbildung/fortbildung/{id}"
Copy prompt
Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum