Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum
Prompt for the
SchoolDoctorView
Please create a React-JS view called "SchoolDoctorView" for the fields of the SchoolDoctor entity. The SchoolDoctorView must contain the following fields: - name: FaxNo type: STRING - name: DoctorInfo type: STRING - name: CellPhoneNo type: STRING - name: DoctorName type: STRING - name: PostalCode type: STRING - name: School type: School - name: City type: STRING - name: Street type: STRING - name: PhoneNo type: STRING The data source for the [School] select control should be loaded from the relative URL: "/SchoolService/school" (HTTP-GET) An existing SchoolDoctor entity should be loaded from the relative URL: "/SchoolService/schooldoctor/{id}" (HTTP-GET) If a new SchoolDoctor entity has been created, the new entity should be posted to the relative URL: "/SchoolService/schooldoctor" (HTTP-POST) If an existing SchoolDoctor entity has been updated, the modified entity should be sent to the relative URL: "/SchoolService/schooldoctor/{id}" (HTTP-PUT) If an existing SchoolDoctor entity has to be deleted, the following relative URL should be called: "/SchoolService/schooldoctor/{id}" (HTTP-DELETE)
Copy prompt
Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum