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