Overview
Summary
Contact
Donate
Imprint
Prompt for the
AladdinCustomerView
Please create a React-JS view called "AladdinCustomerView" for the fields of the AladdinCustomer entity. The AladdinCustomerView must contain the following fields: - name: AladdinSystem type: AladdinSystem - name: EndDate type: DATE - name: InstitutionalInvestor type: InstitutionalInvestor - name: Notes type: STRING - name: StartDate type: DATE - name: UsageScope type: STRING The data source for the [InstitutionalInvestor] select control should be loaded from the relative URL: "/OrganizationService/institutionalinvestor" (HTTP-GET) The data source for the [AladdinSystem] select control should be loaded from the relative URL: "/AladdinSystemService/aladdinsystem" (HTTP-GET) An existing AladdinCustomer entity should be loaded from the relative URL: "/AladdinSystemService/aladdincustomer/{id}" (HTTP-GET) If a new AladdinCustomer entity has been created, the new entity should be posted to the relative URL: "/AladdinSystemService/aladdincustomer" (HTTP-POST) If an existing AladdinCustomer entity has been updated, the modified entity should be sent to the relative URL: "/AladdinSystemService/aladdincustomer/{id}" (HTTP-PUT) If an existing AladdinCustomer entity has to be deleted, the following relative URL should be called: "/AladdinSystemService/aladdincustomer/{id}" (HTTP-DELETE)
Copy prompt
Overview
Summary
Contact
Donate
Imprint