Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum
Prompt for the
HealthInsuranceView
Please create a React-JS view called "HealthInsuranceView" for the fields of the HealthInsurance entity. The HealthInsuranceView must contain the following fields: - name: InsuranceCompany type: Company - name: InsuranceNumber type: STRING The data source for the [InsuranceCompany] select control should be loaded from the relative URL: "/CompanyService/company" (HTTP-GET) An existing HealthInsurance entity should be loaded from the relative URL: "/CompanyService/healthinsurance/{id}" (HTTP-GET) If a new HealthInsurance entity has been created, the new entity should be posted to the relative URL: "/CompanyService/healthinsurance" (HTTP-POST) If an existing HealthInsurance entity has been updated, the modified entity should be sent to the relative URL: "/CompanyService/healthinsurance/{id}" (HTTP-PUT) If an existing HealthInsurance entity has to be deleted, the following relative URL should be called: "/CompanyService/healthinsurance/{id}" (HTTP-DELETE) Add a HTML table to the view with the following Student columns: - column: Gender - column: DateOfBirth - column: FirstName - column: City - column: ChosenSchoolType - column: Religion - column: PostalCode - column: CellPhoneNo - column: RecommendedSchoolType - column: ReadWriteAtony - column: CityOfBirth - column: ReligionTeaching - column: HealthInsurance - column: Email - column: Street - column: StudentInfo - column: LastName - column: SwimmingInsignia - column: PhoneNo The table should have the title "Students" und the data must be loaded from the server with the following relative URL: "/StudentService/student/healthinsurance/{id}"
Copy prompt
Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum