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