Overview
Summary
Contact
Donate
Imprint
Prompt for the
VideoAdView
Please create a React-JS view called "VideoAdView" for the fields of the VideoAd entity. The VideoAdView must contain the following fields: - name: Ad type: Ad - name: CreatedAt type: DATE - name: InsertTimeSeconds type: LONG - name: Position type: STRING - name: Video type: Video The data source for the [Ad] select control should be loaded from the relative URL: "/AdService/ad" (HTTP-GET) The data source for the [Video] select control should be loaded from the relative URL: "/VideoService/video" (HTTP-GET) An existing VideoAd entity should be loaded from the relative URL: "/AdService/videoad/{id}" (HTTP-GET) If a new VideoAd entity has been created, the new entity should be posted to the relative URL: "/AdService/videoad" (HTTP-POST) If an existing VideoAd entity has been updated, the modified entity should be sent to the relative URL: "/AdService/videoad/{id}" (HTTP-PUT) If an existing VideoAd entity has to be deleted, the following relative URL should be called: "/AdService/videoad/{id}" (HTTP-DELETE)
Copy prompt
Overview
Summary
Contact
Donate
Imprint