Overview
Summary
Contact
Donate
Imprint
Prompt for the
FoundationView
Please create a React-JS view called "FoundationView" for the fields of the Foundation entity. The FoundationView must contain the following fields: - name: EstablishedOn type: DATE - name: Name type: STRING - name: Organization type: Organization - name: Purpose type: STRING The data source for the [Organization] select control should be loaded from the relative URL: "/OrganizationService/organization" (HTTP-GET) An existing Foundation entity should be loaded from the relative URL: "/GiftVoucherService/foundation/{id}" (HTTP-GET) If a new Foundation entity has been created, the new entity should be posted to the relative URL: "/GiftVoucherService/foundation" (HTTP-POST) If an existing Foundation entity has been updated, the modified entity should be sent to the relative URL: "/GiftVoucherService/foundation/{id}" (HTTP-PUT) If an existing Foundation entity has to be deleted, the following relative URL should be called: "/GiftVoucherService/foundation/{id}" (HTTP-DELETE)
Copy prompt
Overview
Summary
Contact
Donate
Imprint