Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum
Prompt for the
ContactRequestView
Please create a React-JS view called "ContactRequestView" for the fields of the ContactRequest entity. The ContactRequestView must contain the following fields: - name: ConsentMarketing type: BOOL - name: ContactTopic type: ContactTopic - name: CreatedAt type: DATE - name: Email type: STRING - name: Message type: STRING - name: Name type: STRING - name: PhoneNumber type: STRING - name: Subject type: STRING The data source for the [ContactTopic] select control should be loaded from the relative URL: "/EventSeriesService/contacttopic" (HTTP-GET) An existing ContactRequest entity should be loaded from the relative URL: "/EventSeriesService/contactrequest/{id}" (HTTP-GET) If a new ContactRequest entity has been created, the new entity should be posted to the relative URL: "/EventSeriesService/contactrequest" (HTTP-POST) If an existing ContactRequest entity has been updated, the modified entity should be sent to the relative URL: "/EventSeriesService/contactrequest/{id}" (HTTP-PUT) If an existing ContactRequest entity has to be deleted, the following relative URL should be called: "/EventSeriesService/contactrequest/{id}" (HTTP-DELETE)
Copy prompt
Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum