Overview
Summary
Contact
Donate
Imprint
Prompt for the
IGTVVideoView
Please create a React-JS view called "IGTVVideoView" for the fields of the IGTVVideo entity. The IGTVVideoView must contain the following fields: - name: CreatedAt type: DATE - name: Description type: STRING - name: DurationSeconds type: LONG - name: SeriesTitle type: STRING - name: Title type: STRING - name: UpdatedAt type: DATE - name: UserAccount type: UserAccount The data source for the [UserAccount] select control should be loaded from the relative URL: "/UserAccountService/useraccount" (HTTP-GET) An existing IGTVVideo entity should be loaded from the relative URL: "/LanguageService/igtvvideo/{id}" (HTTP-GET) If a new IGTVVideo entity has been created, the new entity should be posted to the relative URL: "/LanguageService/igtvvideo" (HTTP-POST) If an existing IGTVVideo entity has been updated, the modified entity should be sent to the relative URL: "/LanguageService/igtvvideo/{id}" (HTTP-PUT) If an existing IGTVVideo entity has to be deleted, the following relative URL should be called: "/LanguageService/igtvvideo/{id}" (HTTP-DELETE)
Copy prompt
Overview
Summary
Contact
Donate
Imprint