Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum
Prompt for the
OfficeAgentView
Please create a React-JS view called "OfficeAgentView" for the fields of the OfficeAgent entity. The OfficeAgentView must contain the following fields: - name: AdministrativeOffice type: AdministrativeOffice - name: Teacher type: Teacher The data source for the [Teacher] select control should be loaded from the relative URL: "/StudentService/teacher" (HTTP-GET) The data source for the [AdministrativeOffice] select control should be loaded from the relative URL: "/AdministrativeOfficeService/administrativeoffice" (HTTP-GET) An existing OfficeAgent entity should be loaded from the relative URL: "/AdministrativeOfficeService/officeagent/{id}" (HTTP-GET) If a new OfficeAgent entity has been created, the new entity should be posted to the relative URL: "/AdministrativeOfficeService/officeagent" (HTTP-POST) If an existing OfficeAgent entity has been updated, the modified entity should be sent to the relative URL: "/AdministrativeOfficeService/officeagent/{id}" (HTTP-PUT) If an existing OfficeAgent entity has to be deleted, the following relative URL should be called: "/AdministrativeOfficeService/officeagent/{id}" (HTTP-DELETE)
Copy prompt
Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum