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