Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum
Prompt for the
BeschaeftigungsStatistikView
Please create a React-JS view called "BeschaeftigungsStatistikView" for the fields of the BeschaeftigungsStatistik entity. The BeschaeftigungsStatistikView must contain the following fields: - name: AnteilLogistikBerufeProzent type: STRING - name: AnteilLogistikSektorProzent type: STRING - name: BeschaeftigteGesamt type: LONG - name: BeschaeftigteLogistikBerufe type: LONG - name: BeschaeftigteLogistikSektor type: LONG - name: Beschaeftigungssektor type: Beschaeftigungssektor - name: Jahr type: LONG - name: OffeneStellen type: LONG - name: Quelle type: STRING - name: Region type: STRING - name: Studie type: Studie The data source for the [Studie] select control should be loaded from the relative URL: "/StudieService/studie" (HTTP-GET) The data source for the [Beschaeftigungssektor] select control should be loaded from the relative URL: "/BeschaeftigungssektorService/beschaeftigungssektor" (HTTP-GET) An existing BeschaeftigungsStatistik entity should be loaded from the relative URL: "/BeschaeftigungssektorService/beschaeftigungsstatistik/{id}" (HTTP-GET) If a new BeschaeftigungsStatistik entity has been created, the new entity should be posted to the relative URL: "/BeschaeftigungssektorService/beschaeftigungsstatistik" (HTTP-POST) If an existing BeschaeftigungsStatistik entity has been updated, the modified entity should be sent to the relative URL: "/BeschaeftigungssektorService/beschaeftigungsstatistik/{id}" (HTTP-PUT) If an existing BeschaeftigungsStatistik entity has to be deleted, the following relative URL should be called: "/BeschaeftigungssektorService/beschaeftigungsstatistik/{id}" (HTTP-DELETE)
Copy prompt
Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum