Overview
Summary
Contact
Donate
Imprint
Prompt for the
ChannelSubscriptionView
Please create a React-JS view called "ChannelSubscriptionView" for the fields of the ChannelSubscription entity. The ChannelSubscriptionView must contain the following fields: - name: AutoRenew type: BOOL - name: Channel type: Channel - name: EndDate type: DATE - name: StartDate type: DATE - name: Status type: STRING - name: User type: User The data source for the [User] select control should be loaded from the relative URL: "/UserService/user" (HTTP-GET) The data source for the [Channel] select control should be loaded from the relative URL: "/ChannelService/channel" (HTTP-GET) An existing ChannelSubscription entity should be loaded from the relative URL: "/DrmSchemeService/channelsubscription/{id}" (HTTP-GET) If a new ChannelSubscription entity has been created, the new entity should be posted to the relative URL: "/DrmSchemeService/channelsubscription" (HTTP-POST) If an existing ChannelSubscription entity has been updated, the modified entity should be sent to the relative URL: "/DrmSchemeService/channelsubscription/{id}" (HTTP-PUT) If an existing ChannelSubscription entity has to be deleted, the following relative URL should be called: "/DrmSchemeService/channelsubscription/{id}" (HTTP-DELETE)
Copy prompt
Overview
Summary
Contact
Donate
Imprint