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