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