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