Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum
Prompt for the
VersicherungsleistungView
Please create a React-JS view called "VersicherungsleistungView" for the fields of the Versicherungsleistung entity. The VersicherungsleistungView must contain the following fields: - name: Bedingungen type: STRING - name: Behandlungsmethode type: Behandlungsmethode - name: Beruf type: Beruf - name: ErstattungssatzProzent type: STRING - name: MaxErstattungProJahr type: STRING - name: Versicherungstarif type: Versicherungstarif The data source for the [Beruf] select control should be loaded from the relative URL: "/BerufService/beruf" (HTTP-GET) The data source for the [Versicherungstarif] select control should be loaded from the relative URL: "/BerufService/versicherungstarif" (HTTP-GET) The data source for the [Behandlungsmethode] select control should be loaded from the relative URL: "/BehandlungsmethodeService/behandlungsmethode" (HTTP-GET) An existing Versicherungsleistung entity should be loaded from the relative URL: "/BerufService/versicherungsleistung/{id}" (HTTP-GET) If a new Versicherungsleistung entity has been created, the new entity should be posted to the relative URL: "/BerufService/versicherungsleistung" (HTTP-POST) If an existing Versicherungsleistung entity has been updated, the modified entity should be sent to the relative URL: "/BerufService/versicherungsleistung/{id}" (HTTP-PUT) If an existing Versicherungsleistung entity has to be deleted, the following relative URL should be called: "/BerufService/versicherungsleistung/{id}" (HTTP-DELETE)
Copy prompt
Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum