Overview
Summary
Contact
Donate
Imprint
Prompt for the
ContentDistributionView
Please create a React-JS view called "ContentDistributionView" for the fields of the ContentDistribution entity. The ContentDistributionView must contain the following fields: - name: ContentTitle type: ContentTitle - name: DistributionType type: STRING - name: EndDate type: DATE - name: Notes type: STRING - name: ServiceSupply type: ServiceSupply - name: StartDate type: DATE The data source for the [ServiceSupply] select control should be loaded from the relative URL: "/ServiceSupplyService/servicesupply" (HTTP-GET) The data source for the [ContentTitle] select control should be loaded from the relative URL: "/ContentTitleService/contenttitle" (HTTP-GET) An existing ContentDistribution entity should be loaded from the relative URL: "/DeviceService/contentdistribution/{id}" (HTTP-GET) If a new ContentDistribution entity has been created, the new entity should be posted to the relative URL: "/DeviceService/contentdistribution" (HTTP-POST) If an existing ContentDistribution entity has been updated, the modified entity should be sent to the relative URL: "/DeviceService/contentdistribution/{id}" (HTTP-PUT) If an existing ContentDistribution entity has to be deleted, the following relative URL should be called: "/DeviceService/contentdistribution/{id}" (HTTP-DELETE)
Copy prompt
Overview
Summary
Contact
Donate
Imprint