Overview
Summary
Contact
Donate
Imprint
Prompt for the
AudienceMetricView
Please create a React-JS view called "AudienceMetricView" for the fields of the AudienceMetric entity. The AudienceMetricView must contain the following fields: - name: AgeGroup type: STRING - name: Channel type: Channel - name: Country type: STRING - name: Date type: DATE - name: Gender type: STRING - name: ViewerCount type: LONG - name: WatchTimeSeconds type: LONG The data source for the [Channel] select control should be loaded from the relative URL: "/ChannelService/channel" (HTTP-GET) An existing AudienceMetric entity should be loaded from the relative URL: "/ChannelService/audiencemetric/{id}" (HTTP-GET) If a new AudienceMetric entity has been created, the new entity should be posted to the relative URL: "/ChannelService/audiencemetric" (HTTP-POST) If an existing AudienceMetric entity has been updated, the modified entity should be sent to the relative URL: "/ChannelService/audiencemetric/{id}" (HTTP-PUT) If an existing AudienceMetric entity has to be deleted, the following relative URL should be called: "/ChannelService/audiencemetric/{id}" (HTTP-DELETE)
Copy prompt
Overview
Summary
Contact
Donate
Imprint