Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum
Prompt for the
FeuerwehrmannLehrgangView
Please create a React-JS view called "FeuerwehrmannLehrgangView" for the fields of the FeuerwehrmannLehrgang entity. The FeuerwehrmannLehrgangView must contain the following fields: - name: Abschlussdatum type: DATE - name: Feuerwehrmann type: Feuerwehrmann - name: Lehrgang type: Lehrgang - name: ZertifikatNr type: STRING The data source for the [Feuerwehrmann] select control should be loaded from the relative URL: "/LehrgangService/feuerwehrmann" (HTTP-GET) The data source for the [Lehrgang] select control should be loaded from the relative URL: "/LehrgangService/lehrgang" (HTTP-GET) An existing FeuerwehrmannLehrgang entity should be loaded from the relative URL: "/LehrgangService/feuerwehrmannlehrgang/{id}" (HTTP-GET) If a new FeuerwehrmannLehrgang entity has been created, the new entity should be posted to the relative URL: "/LehrgangService/feuerwehrmannlehrgang" (HTTP-POST) If an existing FeuerwehrmannLehrgang entity has been updated, the modified entity should be sent to the relative URL: "/LehrgangService/feuerwehrmannlehrgang/{id}" (HTTP-PUT) If an existing FeuerwehrmannLehrgang entity has to be deleted, the following relative URL should be called: "/LehrgangService/feuerwehrmannlehrgang/{id}" (HTTP-DELETE)
Copy prompt
Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum