Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum
Prompt for the
AmbulanzView
Please create a React-JS view called "AmbulanzView" for the fields of the Ambulanz entity. The AmbulanzView must contain the following fields: - name: Fachgebiet 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 Ambulanz entity should be loaded from the relative URL: "/KrankenhausArtService/ambulanz/{id}" (HTTP-GET) If a new Ambulanz entity has been created, the new entity should be posted to the relative URL: "/KrankenhausArtService/ambulanz" (HTTP-POST) If an existing Ambulanz entity has been updated, the modified entity should be sent to the relative URL: "/KrankenhausArtService/ambulanz/{id}" (HTTP-PUT) If an existing Ambulanz entity has to be deleted, the following relative URL should be called: "/KrankenhausArtService/ambulanz/{id}" (HTTP-DELETE)
Copy prompt
Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum