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