Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum
Prompt for the
KonventionsLandView
Please create a React-JS view called "KonventionsLandView" for the fields of the KonventionsLand entity. The KonventionsLandView must contain the following fields: - name: Hinweise type: STRING - name: InternationaleKonvention type: InternationaleKonvention - name: Land type: Land - name: Ratifikationsdatum type: DATE The data source for the [InternationaleKonvention] select control should be loaded from the relative URL: "/InternationaleKonventionService/internationalekonvention" (HTTP-GET) The data source for the [Land] select control should be loaded from the relative URL: "/LandService/land" (HTTP-GET) An existing KonventionsLand entity should be loaded from the relative URL: "/InternationaleKonventionService/konventionsland/{id}" (HTTP-GET) If a new KonventionsLand entity has been created, the new entity should be posted to the relative URL: "/InternationaleKonventionService/konventionsland" (HTTP-POST) If an existing KonventionsLand entity has been updated, the modified entity should be sent to the relative URL: "/InternationaleKonventionService/konventionsland/{id}" (HTTP-PUT) If an existing KonventionsLand entity has to be deleted, the following relative URL should be called: "/InternationaleKonventionService/konventionsland/{id}" (HTTP-DELETE)
Copy prompt
Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum