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