Overview
Summary
Contact
Donate
Imprint
Prompt for the
VideoFormatView
Please create a React-JS view called "VideoFormatView" for the fields of the VideoFormat entity. The VideoFormatView must contain the following fields: - name: Description type: STRING - name: Name type: STRING An existing VideoFormat entity should be loaded from the relative URL: "/VideoFormatService/videoformat/{id}" (HTTP-GET) If a new VideoFormat entity has been created, the new entity should be posted to the relative URL: "/VideoFormatService/videoformat" (HTTP-POST) If an existing VideoFormat entity has been updated, the modified entity should be sent to the relative URL: "/VideoFormatService/videoformat/{id}" (HTTP-PUT) If an existing VideoFormat entity has to be deleted, the following relative URL should be called: "/VideoFormatService/videoformat/{id}" (HTTP-DELETE) Add a HTML table to the view with the following TitleVideoFormat columns: - column: VideoFormat - column: Title The table should have the title "TitleVideoFormats" und the data must be loaded from the server with the following relative URL: "/VideoFormatService/titlevideoformat/videoformat/{id}"
Copy prompt
Overview
Summary
Contact
Donate
Imprint