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