Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum
Prompt for the
VitaEntryView
Please create a React-JS view called "VitaEntryView" for the fields of the VitaEntry entity. The VitaEntryView must contain the following fields: - name: School type: School - name: ToDate type: DATE - name: Details type: STRING - name: Company type: Company - name: Nursery type: Nursery - name: Student type: Student - name: FromDate type: DATE The data source for the [School] select control should be loaded from the relative URL: "/SchoolService/school" (HTTP-GET) The data source for the [Company] select control should be loaded from the relative URL: "/CompanyService/company" (HTTP-GET) The data source for the [Student] select control should be loaded from the relative URL: "/StudentService/student" (HTTP-GET) The data source for the [Nursery] select control should be loaded from the relative URL: "/NurseryService/nursery" (HTTP-GET) An existing VitaEntry entity should be loaded from the relative URL: "/NurseryService/vitaentry/{id}" (HTTP-GET) If a new VitaEntry entity has been created, the new entity should be posted to the relative URL: "/NurseryService/vitaentry" (HTTP-POST) If an existing VitaEntry entity has been updated, the modified entity should be sent to the relative URL: "/NurseryService/vitaentry/{id}" (HTTP-PUT) If an existing VitaEntry entity has to be deleted, the following relative URL should be called: "/NurseryService/vitaentry/{id}" (HTTP-DELETE)
Copy prompt
Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum