Overview
Summary
Contact
Donate
Imprint
Prompt for the
ExchangeMembershipInInitiativeView
Please create a React-JS view called "ExchangeMembershipInInitiativeView" for the fields of the ExchangeMembershipInInitiative entity. The ExchangeMembershipInInitiativeView must contain the following fields: - name: Exchange type: Exchange - name: JoinDate type: DATE - name: SustainabilityInitiative type: SustainabilityInitiative The data source for the [Exchange] select control should be loaded from the relative URL: "/ExchangeService/exchange" (HTTP-GET) The data source for the [SustainabilityInitiative] select control should be loaded from the relative URL: "/SustainabilityInitiativeService/sustainabilityinitiative" (HTTP-GET) An existing ExchangeMembershipInInitiative entity should be loaded from the relative URL: "/SustainabilityInitiativeService/exchangemembershipininitiative/{id}" (HTTP-GET) If a new ExchangeMembershipInInitiative entity has been created, the new entity should be posted to the relative URL: "/SustainabilityInitiativeService/exchangemembershipininitiative" (HTTP-POST) If an existing ExchangeMembershipInInitiative entity has been updated, the modified entity should be sent to the relative URL: "/SustainabilityInitiativeService/exchangemembershipininitiative/{id}" (HTTP-PUT) If an existing ExchangeMembershipInInitiative entity has to be deleted, the following relative URL should be called: "/SustainabilityInitiativeService/exchangemembershipininitiative/{id}" (HTTP-DELETE)
Copy prompt
Overview
Summary
Contact
Donate
Imprint