Overview
Summary
Contact
Donate
Imprint
Prompt for the
ProgramPersonView
Please create a React-JS view called "ProgramPersonView" for the fields of the ProgramPerson entity. The ProgramPersonView must contain the following fields: - name: Person type: Person - name: Program type: Program - name: RoleDescription type: STRING The data source for the [Program] select control should be loaded from the relative URL: "/ProgramService/program" (HTTP-GET) The data source for the [Person] select control should be loaded from the relative URL: "/CompanyService/person" (HTTP-GET) An existing ProgramPerson entity should be loaded from the relative URL: "/ProgramService/programperson/{id}" (HTTP-GET) If a new ProgramPerson entity has been created, the new entity should be posted to the relative URL: "/ProgramService/programperson" (HTTP-POST) If an existing ProgramPerson entity has been updated, the modified entity should be sent to the relative URL: "/ProgramService/programperson/{id}" (HTTP-PUT) If an existing ProgramPerson entity has to be deleted, the following relative URL should be called: "/ProgramService/programperson/{id}" (HTTP-DELETE)
Copy prompt
Overview
Summary
Contact
Donate
Imprint