Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum
Prompt for the
RueckflussverhindererView
Please create a React-JS view called "RueckflussverhindererView" for the fields of the Rueckflussverhinderer entity. The RueckflussverhindererView must contain the following fields: - name: GeraeteTyp type: STRING - name: Hausanschluss type: Hausanschluss - name: InstallationsDatum type: DATE - name: LetztePruefung type: DATE The data source for the [Hausanschluss] select control should be loaded from the relative URL: "/GemeindeService/hausanschluss" (HTTP-GET) An existing Rueckflussverhinderer entity should be loaded from the relative URL: "/GemeindeService/rueckflussverhinderer/{id}" (HTTP-GET) If a new Rueckflussverhinderer entity has been created, the new entity should be posted to the relative URL: "/GemeindeService/rueckflussverhinderer" (HTTP-POST) If an existing Rueckflussverhinderer entity has been updated, the modified entity should be sent to the relative URL: "/GemeindeService/rueckflussverhinderer/{id}" (HTTP-PUT) If an existing Rueckflussverhinderer entity has to be deleted, the following relative URL should be called: "/GemeindeService/rueckflussverhinderer/{id}" (HTTP-DELETE)
Copy prompt
Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum