Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum
Prompt for the
SchoolEventAttendeeView
Please create a React-JS view called "SchoolEventAttendeeView" for the fields of the SchoolEventAttendee entity. The SchoolEventAttendeeView must contain the following fields: - name: Invitation type: BOOL - name: InvitationShipped type: BOOL - name: ExternalPerson type: ExternalPerson - name: Teacher type: Teacher - name: SchoolEvent type: SchoolEvent - name: Student type: Student The data source for the [ExternalPerson] select control should be loaded from the relative URL: "/ExternalPersonService/externalperson" (HTTP-GET) The data source for the [Teacher] select control should be loaded from the relative URL: "/StudentService/teacher" (HTTP-GET) The data source for the [SchoolEvent] select control should be loaded from the relative URL: "/SchoolEventService/schoolevent" (HTTP-GET) The data source for the [Student] select control should be loaded from the relative URL: "/StudentService/student" (HTTP-GET) An existing SchoolEventAttendee entity should be loaded from the relative URL: "/SchoolEventService/schooleventattendee/{id}" (HTTP-GET) If a new SchoolEventAttendee entity has been created, the new entity should be posted to the relative URL: "/SchoolEventService/schooleventattendee" (HTTP-POST) If an existing SchoolEventAttendee entity has been updated, the modified entity should be sent to the relative URL: "/SchoolEventService/schooleventattendee/{id}" (HTTP-PUT) If an existing SchoolEventAttendee entity has to be deleted, the following relative URL should be called: "/SchoolEventService/schooleventattendee/{id}" (HTTP-DELETE)
Copy prompt
Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum