Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum
Prompt for the
InstitutView
Please create a React-JS view called "InstitutView" for the fields of the Institut entity. The InstitutView must contain the following fields: - name: InstitutArt type: STRING - name: Krankenhaus type: Krankenhaus - name: Name type: STRING The data source for the [Krankenhaus] select control should be loaded from the relative URL: "/KrankenhausService/krankenhaus" (HTTP-GET) An existing Institut entity should be loaded from the relative URL: "/IcdService/institut/{id}" (HTTP-GET) If a new Institut entity has been created, the new entity should be posted to the relative URL: "/IcdService/institut" (HTTP-POST) If an existing Institut entity has been updated, the modified entity should be sent to the relative URL: "/IcdService/institut/{id}" (HTTP-PUT) If an existing Institut entity has to be deleted, the following relative URL should be called: "/IcdService/institut/{id}" (HTTP-DELETE)
Copy prompt
Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum