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