Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum
Prompt for the
InternationaleOrganisationView
Please create a React-JS view called "InternationaleOrganisationView" for the fields of the InternationaleOrganisation entity. The InternationaleOrganisationView must contain the following fields: - name: Abkuerzung type: STRING - name: Beschreibung type: STRING - name: Gruendungsdatum type: DATE - name: Hauptsitz type: STRING - name: Name type: STRING An existing InternationaleOrganisation entity should be loaded from the relative URL: "/InternationaleOrganisationService/internationaleorganisation/{id}" (HTTP-GET) If a new InternationaleOrganisation entity has been created, the new entity should be posted to the relative URL: "/InternationaleOrganisationService/internationaleorganisation" (HTTP-POST) If an existing InternationaleOrganisation entity has been updated, the modified entity should be sent to the relative URL: "/InternationaleOrganisationService/internationaleorganisation/{id}" (HTTP-PUT) If an existing InternationaleOrganisation entity has to be deleted, the following relative URL should be called: "/InternationaleOrganisationService/internationaleorganisation/{id}" (HTTP-DELETE) Add a HTML table to the view with the following Mission columns: - column: MissionTyp - column: Name - column: GastLand - column: InternationaleOrganisation - column: StartDatum - column: EndDatum - column: Beschreibung The table should have the title "Missions" und the data must be loaded from the server with the following relative URL: "/InternationaleOrganisationService/mission/internationaleorganisation/{id}" Add a HTML table to the view with the following InternationaleMitgliedschaft columns: - column: Land - column: Notizen - column: SeitDatum - column: InternationaleOrganisation The table should have the title "InternationaleMitgliedschafts" und the data must be loaded from the server with the following relative URL: "/InternationaleOrganisationService/internationalemitgliedschaft/internationaleorganisation/{id}"
Copy prompt
Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum