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