Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum
Prompt for the
BranchenStatistikJahrView
Please create a React-JS view called "BranchenStatistikJahrView" for the fields of the BranchenStatistikJahr entity. The BranchenStatistikJahrView must contain the following fields: - name: AnzahlMitarbeiter type: INT - name: AnzahlMitglieder type: INT - name: AnzahlUnternehmen type: INT - name: Jahr type: INT - name: Land type: STRING - name: UmsatzNetto type: STRING An existing BranchenStatistikJahr entity should be loaded from the relative URL: "/TrainerService/branchenstatistikjahr/{id}" (HTTP-GET) If a new BranchenStatistikJahr entity has been created, the new entity should be posted to the relative URL: "/TrainerService/branchenstatistikjahr" (HTTP-POST) If an existing BranchenStatistikJahr entity has been updated, the modified entity should be sent to the relative URL: "/TrainerService/branchenstatistikjahr/{id}" (HTTP-PUT) If an existing BranchenStatistikJahr entity has to be deleted, the following relative URL should be called: "/TrainerService/branchenstatistikjahr/{id}" (HTTP-DELETE)
Copy prompt
Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum