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