Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum
Prompt for the
TestResultView
Please create a React-JS view called "TestResultView" for the fields of the TestResult entity. The TestResultView must contain the following fields: - name: Grade type: INT - name: Student type: Student - name: Test type: Test The data source for the [Test] select control should be loaded from the relative URL: "/SchoolSubjectClassService/test" (HTTP-GET) The data source for the [Student] select control should be loaded from the relative URL: "/StudentService/student" (HTTP-GET) An existing TestResult entity should be loaded from the relative URL: "/SchoolSubjectClassService/testresult/{id}" (HTTP-GET) If a new TestResult entity has been created, the new entity should be posted to the relative URL: "/SchoolSubjectClassService/testresult" (HTTP-POST) If an existing TestResult entity has been updated, the modified entity should be sent to the relative URL: "/SchoolSubjectClassService/testresult/{id}" (HTTP-PUT) If an existing TestResult entity has to be deleted, the following relative URL should be called: "/SchoolSubjectClassService/testresult/{id}" (HTTP-DELETE)
Copy prompt
Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum