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