Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum
Prompt for the
MitarbeiterQualifikationView
Please create a React-JS view called "MitarbeiterQualifikationView" for the fields of the MitarbeiterQualifikation entity. The MitarbeiterQualifikationView must contain the following fields: - name: Erwerbsdatum type: DATE - name: GueltigBis type: DATE - name: Mitarbeiter type: Mitarbeiter - name: Qualifikation type: Qualifikation - name: ZertifikatReferenz type: STRING The data source for the [Qualifikation] select control should be loaded from the relative URL: "/QualifikationService/qualifikation" (HTTP-GET) The data source for the [Mitarbeiter] select control should be loaded from the relative URL: "/MitarbeiterService/mitarbeiter" (HTTP-GET) An existing MitarbeiterQualifikation entity should be loaded from the relative URL: "/QualifikationService/mitarbeiterqualifikation/{id}" (HTTP-GET) If a new MitarbeiterQualifikation entity has been created, the new entity should be posted to the relative URL: "/QualifikationService/mitarbeiterqualifikation" (HTTP-POST) If an existing MitarbeiterQualifikation entity has been updated, the modified entity should be sent to the relative URL: "/QualifikationService/mitarbeiterqualifikation/{id}" (HTTP-PUT) If an existing MitarbeiterQualifikation entity has to be deleted, the following relative URL should be called: "/QualifikationService/mitarbeiterqualifikation/{id}" (HTTP-DELETE)
Copy prompt
Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum