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