Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum
Prompt for the
SchoolReportView
Please create a React-JS view called "SchoolReportView" for the fields of the SchoolReport entity. The SchoolReportView must contain the following fields: - name: SchoolYear type: SchoolYear - name: SchoolClassStudent type: SchoolClassStudent The data source for the [SchoolClassStudent] select control should be loaded from the relative URL: "/SchoolClassStudentService/schoolclassstudent" (HTTP-GET) The data source for the [SchoolYear] select control should be loaded from the relative URL: "/SchoolYearService/schoolyear" (HTTP-GET) An existing SchoolReport entity should be loaded from the relative URL: "/SchoolYearService/schoolreport/{id}" (HTTP-GET) If a new SchoolReport entity has been created, the new entity should be posted to the relative URL: "/SchoolYearService/schoolreport" (HTTP-POST) If an existing SchoolReport entity has been updated, the modified entity should be sent to the relative URL: "/SchoolYearService/schoolreport/{id}" (HTTP-PUT) If an existing SchoolReport entity has to be deleted, the following relative URL should be called: "/SchoolYearService/schoolreport/{id}" (HTTP-DELETE)
Copy prompt
Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum