Overview
Summary
Contact
Donate
Imprint
Prompt for the
DeploymentDisasterEventView
Please create a React-JS view called "DeploymentDisasterEventView" for the fields of the DeploymentDisasterEvent entity. The DeploymentDisasterEventView must contain the following fields: - name: DisasterEvent type: DisasterEvent - name: ServiceDeployment type: ServiceDeployment The data source for the [DisasterEvent] select control should be loaded from the relative URL: "/WindLayerService/disasterevent" (HTTP-GET) The data source for the [ServiceDeployment] select control should be loaded from the relative URL: "/ServiceDeploymentService/servicedeployment" (HTTP-GET) An existing DeploymentDisasterEvent entity should be loaded from the relative URL: "/WindLayerService/deploymentdisasterevent/{id}" (HTTP-GET) If a new DeploymentDisasterEvent entity has been created, the new entity should be posted to the relative URL: "/WindLayerService/deploymentdisasterevent" (HTTP-POST) If an existing DeploymentDisasterEvent entity has been updated, the modified entity should be sent to the relative URL: "/WindLayerService/deploymentdisasterevent/{id}" (HTTP-PUT) If an existing DeploymentDisasterEvent entity has to be deleted, the following relative URL should be called: "/WindLayerService/deploymentdisasterevent/{id}" (HTTP-DELETE)
Copy prompt
Overview
Summary
Contact
Donate
Imprint