Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum
Prompt for the
BreakPlanEntryView
Please create a React-JS view called "BreakPlanEntryView" for the fields of the BreakPlanEntry entity. The BreakPlanEntryView must contain the following fields: - name: EntryDate type: DATE - name: SchoolBreak type: SchoolBreak - name: Teacher type: Teacher - name: BreakPlan type: BreakPlan The data source for the [BreakPlan] select control should be loaded from the relative URL: "/SchoolYearService/breakplan" (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 [SchoolBreak] select control should be loaded from the relative URL: "/SchoolBreakService/schoolbreak" (HTTP-GET) An existing BreakPlanEntry entity should be loaded from the relative URL: "/SchoolBreakService/breakplanentry/{id}" (HTTP-GET) If a new BreakPlanEntry entity has been created, the new entity should be posted to the relative URL: "/SchoolBreakService/breakplanentry" (HTTP-POST) If an existing BreakPlanEntry entity has been updated, the modified entity should be sent to the relative URL: "/SchoolBreakService/breakplanentry/{id}" (HTTP-PUT) If an existing BreakPlanEntry entity has to be deleted, the following relative URL should be called: "/SchoolBreakService/breakplanentry/{id}" (HTTP-DELETE)
Copy prompt
Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum