Overview
Summary
Contact
Donate
Imprint
Prompt for the
ContentAvailabilityView
Please create a React-JS view called "ContentAvailabilityView" for the fields of the ContentAvailability entity. The ContentAvailabilityView must contain the following fields: - name: ContentTitle type: ContentTitle - name: Country type: Country - 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 [Country] select control should be loaded from the relative URL: "/CountryService/country" (HTTP-GET) The data source for the [ContentTitle] select control should be loaded from the relative URL: "/ContentTitleService/contenttitle" (HTTP-GET) An existing ContentAvailability entity should be loaded from the relative URL: "/ContentTitleService/contentavailability/{id}" (HTTP-GET) If a new ContentAvailability entity has been created, the new entity should be posted to the relative URL: "/ContentTitleService/contentavailability" (HTTP-POST) If an existing ContentAvailability entity has been updated, the modified entity should be sent to the relative URL: "/ContentTitleService/contentavailability/{id}" (HTTP-PUT) If an existing ContentAvailability entity has to be deleted, the following relative URL should be called: "/ContentTitleService/contentavailability/{id}" (HTTP-DELETE)
Copy prompt
Overview
Summary
Contact
Donate
Imprint