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