Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum
Prompt for the
ConferenceAttendeeView
Please create a React-JS view called "ConferenceAttendeeView" for the fields of the ConferenceAttendee entity. The ConferenceAttendeeView must contain the following fields: - name: ExternalPerson type: ExternalPerson - name: Conference type: Conference - name: Teacher type: Teacher - 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 [Student] select control should be loaded from the relative URL: "/StudentService/student" (HTTP-GET) The data source for the [Conference] select control should be loaded from the relative URL: "/ConferenceService/conference" (HTTP-GET) An existing ConferenceAttendee entity should be loaded from the relative URL: "/ConferenceService/conferenceattendee/{id}" (HTTP-GET) If a new ConferenceAttendee entity has been created, the new entity should be posted to the relative URL: "/ConferenceService/conferenceattendee" (HTTP-POST) If an existing ConferenceAttendee entity has been updated, the modified entity should be sent to the relative URL: "/ConferenceService/conferenceattendee/{id}" (HTTP-PUT) If an existing ConferenceAttendee entity has to be deleted, the following relative URL should be called: "/ConferenceService/conferenceattendee/{id}" (HTTP-DELETE)
Copy prompt
Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum