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