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