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