Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum
Prompt for the
ForschungsKooperationView
Please create a React-JS view called "ForschungsKooperationView" for the fields of the ForschungsKooperation entity. The ForschungsKooperationView must contain the following fields: - name: Beschreibung type: STRING - name: Endjahr type: LONG - name: Forschungsinstitut type: Forschungsinstitut - name: Startjahr type: LONG - name: Thema type: STRING - name: Zoo type: Zoo The data source for the [Zoo] select control should be loaded from the relative URL: "/ZooService/zoo" (HTTP-GET) The data source for the [Forschungsinstitut] select control should be loaded from the relative URL: "/ForschungsinstitutService/forschungsinstitut" (HTTP-GET) An existing ForschungsKooperation entity should be loaded from the relative URL: "/ForschungsinstitutService/forschungskooperation/{id}" (HTTP-GET) If a new ForschungsKooperation entity has been created, the new entity should be posted to the relative URL: "/ForschungsinstitutService/forschungskooperation" (HTTP-POST) If an existing ForschungsKooperation entity has been updated, the modified entity should be sent to the relative URL: "/ForschungsinstitutService/forschungskooperation/{id}" (HTTP-PUT) If an existing ForschungsKooperation entity has to be deleted, the following relative URL should be called: "/ForschungsinstitutService/forschungskooperation/{id}" (HTTP-DELETE)
Copy prompt
Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum