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