Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum
Prompt for the
BaulosView
Please create a React-JS view called "BaulosView" for the fields of the Baulos entity. The BaulosView must contain the following fields: - name: Bauabschnitt type: Bauabschnitt - name: Beginn type: DATE - name: Beschreibung type: STRING - name: Bezeichnung type: STRING - name: Ende type: DATE The data source for the [Bauabschnitt] select control should be loaded from the relative URL: "/BauabschnittService/bauabschnitt" (HTTP-GET) An existing Baulos entity should be loaded from the relative URL: "/BauabschnittService/baulos/{id}" (HTTP-GET) If a new Baulos entity has been created, the new entity should be posted to the relative URL: "/BauabschnittService/baulos" (HTTP-POST) If an existing Baulos entity has been updated, the modified entity should be sent to the relative URL: "/BauabschnittService/baulos/{id}" (HTTP-PUT) If an existing Baulos entity has to be deleted, the following relative URL should be called: "/BauabschnittService/baulos/{id}" (HTTP-DELETE)
Copy prompt
Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum