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