Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum
Prompt for the
MigrationBackgroundView
Please create a React-JS view called "MigrationBackgroundView" for the fields of the MigrationBackground entity. The MigrationBackgroundView must contain the following fields: - name: History type: STRING - name: ShortText 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 MigrationBackground entity should be loaded from the relative URL: "/StudentService/migrationbackground/{id}" (HTTP-GET) If a new MigrationBackground entity has been created, the new entity should be posted to the relative URL: "/StudentService/migrationbackground" (HTTP-POST) If an existing MigrationBackground entity has been updated, the modified entity should be sent to the relative URL: "/StudentService/migrationbackground/{id}" (HTTP-PUT) If an existing MigrationBackground entity has to be deleted, the following relative URL should be called: "/StudentService/migrationbackground/{id}" (HTTP-DELETE)
Copy prompt
Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum