Overview
Summary
Contact
Donate
Imprint
Prompt for the
TitleVideoFormatView
Please create a React-JS view called "TitleVideoFormatView" for the fields of the TitleVideoFormat entity. The TitleVideoFormatView must contain the following fields: - name: Title type: Title - name: VideoFormat type: VideoFormat The data source for the [Title] select control should be loaded from the relative URL: "/TitleService/title" (HTTP-GET) The data source for the [VideoFormat] select control should be loaded from the relative URL: "/VideoFormatService/videoformat" (HTTP-GET) An existing TitleVideoFormat entity should be loaded from the relative URL: "/VideoFormatService/titlevideoformat/{id}" (HTTP-GET) If a new TitleVideoFormat entity has been created, the new entity should be posted to the relative URL: "/VideoFormatService/titlevideoformat" (HTTP-POST) If an existing TitleVideoFormat entity has been updated, the modified entity should be sent to the relative URL: "/VideoFormatService/titlevideoformat/{id}" (HTTP-PUT) If an existing TitleVideoFormat entity has to be deleted, the following relative URL should be called: "/VideoFormatService/titlevideoformat/{id}" (HTTP-DELETE)
Copy prompt
Overview
Summary
Contact
Donate
Imprint