Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum
Prompt for the
SchrankenartView
Please create a React-JS view called "SchrankenartView" for the fields of the Schrankenart entity. The SchrankenartView must contain the following fields: - name: Code type: STRING - name: Elektrisch type: BOOL - name: Halbschranke type: BOOL - name: MaxAnzahlBaume type: LONG - name: Mechanisch type: BOOL - name: Name type: STRING - name: Vollschranke type: BOOL An existing Schrankenart entity should be loaded from the relative URL: "/UebergangsartService/schrankenart/{id}" (HTTP-GET) If a new Schrankenart entity has been created, the new entity should be posted to the relative URL: "/UebergangsartService/schrankenart" (HTTP-POST) If an existing Schrankenart entity has been updated, the modified entity should be sent to the relative URL: "/UebergangsartService/schrankenart/{id}" (HTTP-PUT) If an existing Schrankenart entity has to be deleted, the following relative URL should be called: "/UebergangsartService/schrankenart/{id}" (HTTP-DELETE) Add a HTML table to the view with the following BahnuebergangSchranke columns: - column: AnzahlBaume - column: Schrankenart - column: Bahnuebergang The table should have the title "BahnuebergangSchrankes" und the data must be loaded from the server with the following relative URL: "/UebergangsartService/bahnuebergangschranke/schrankenart/{id}"
Copy prompt
Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum