Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum
Prompt for the
BeschaeftigungssektorView
Please create a React-JS view called "BeschaeftigungssektorView" for the fields of the Beschaeftigungssektor entity. The BeschaeftigungssektorView must contain the following fields: - name: Code type: STRING - name: IstLogistikSpezifisch type: BOOL - name: Name type: STRING An existing Beschaeftigungssektor entity should be loaded from the relative URL: "/BeschaeftigungssektorService/beschaeftigungssektor/{id}" (HTTP-GET) If a new Beschaeftigungssektor entity has been created, the new entity should be posted to the relative URL: "/BeschaeftigungssektorService/beschaeftigungssektor" (HTTP-POST) If an existing Beschaeftigungssektor entity has been updated, the modified entity should be sent to the relative URL: "/BeschaeftigungssektorService/beschaeftigungssektor/{id}" (HTTP-PUT) If an existing Beschaeftigungssektor entity has to be deleted, the following relative URL should be called: "/BeschaeftigungssektorService/beschaeftigungssektor/{id}" (HTTP-DELETE) Add a HTML table to the view with the following BeschaeftigungsStatistik columns: - column: Studie - column: AnteilLogistikSektorProzent - column: Region - column: Beschaeftigungssektor - column: Jahr - column: BeschaeftigteLogistikBerufe - column: AnteilLogistikBerufeProzent - column: BeschaeftigteLogistikSektor - column: Quelle - column: OffeneStellen - column: BeschaeftigteGesamt The table should have the title "BeschaeftigungsStatistiks" und the data must be loaded from the server with the following relative URL: "/BeschaeftigungssektorService/beschaeftigungsstatistik/beschaeftigungssektor/{id}"
Copy prompt
Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum