Overview
Summary
Contact
Donate
Imprint
Prompt for the
PolicyChangeView
Please create a React-JS view called "PolicyChangeView" for the fields of the PolicyChange entity. The PolicyChangeView must contain the following fields: - name: ChangeDate type: DATE - name: ChangeSummary type: STRING - name: Details type: STRING - name: Policy type: Policy The data source for the [Policy] select control should be loaded from the relative URL: "/PolicyService/policy" (HTTP-GET) An existing PolicyChange entity should be loaded from the relative URL: "/PolicyService/policychange/{id}" (HTTP-GET) If a new PolicyChange entity has been created, the new entity should be posted to the relative URL: "/PolicyService/policychange" (HTTP-POST) If an existing PolicyChange entity has been updated, the modified entity should be sent to the relative URL: "/PolicyService/policychange/{id}" (HTTP-PUT) If an existing PolicyChange entity has to be deleted, the following relative URL should be called: "/PolicyService/policychange/{id}" (HTTP-DELETE)
Copy prompt
Overview
Summary
Contact
Donate
Imprint