Overview
Summary
Contact
Donate
Imprint
Prompt for the
SimulationEnvironmentView
Please create a React-JS view called "SimulationEnvironmentView" for the fields of the SimulationEnvironment entity. The SimulationEnvironmentView must contain the following fields: - name: CityModel type: STRING - name: Company type: Company - name: Description type: STRING - name: Name type: STRING - name: Notes type: STRING The data source for the [Company] select control should be loaded from the relative URL: "/CompanyService/company" (HTTP-GET) An existing SimulationEnvironment entity should be loaded from the relative URL: "/AccidentService/simulationenvironment/{id}" (HTTP-GET) If a new SimulationEnvironment entity has been created, the new entity should be posted to the relative URL: "/AccidentService/simulationenvironment" (HTTP-POST) If an existing SimulationEnvironment entity has been updated, the modified entity should be sent to the relative URL: "/AccidentService/simulationenvironment/{id}" (HTTP-PUT) If an existing SimulationEnvironment entity has to be deleted, the following relative URL should be called: "/AccidentService/simulationenvironment/{id}" (HTTP-DELETE)
Copy prompt
Overview
Summary
Contact
Donate
Imprint