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