Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum
Prompt for the
TrainerQualifikationView
Please create a React-JS view called "TrainerQualifikationView" for the fields of the TrainerQualifikation entity. The TrainerQualifikationView must contain the following fields: - name: ErworbenAm type: DATE - name: Institut type: STRING - name: LaeuftAbAm type: DATE - name: Titel type: STRING - name: Trainer type: Trainer The data source for the [Trainer] select control should be loaded from the relative URL: "/TrainerService/trainer" (HTTP-GET) An existing TrainerQualifikation entity should be loaded from the relative URL: "/TrainerService/trainerqualifikation/{id}" (HTTP-GET) If a new TrainerQualifikation entity has been created, the new entity should be posted to the relative URL: "/TrainerService/trainerqualifikation" (HTTP-POST) If an existing TrainerQualifikation entity has been updated, the modified entity should be sent to the relative URL: "/TrainerService/trainerqualifikation/{id}" (HTTP-PUT) If an existing TrainerQualifikation entity has to be deleted, the following relative URL should be called: "/TrainerService/trainerqualifikation/{id}" (HTTP-DELETE)
Copy prompt
Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum