Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum
Prompt for the
BookingParticipantView
Please create a React-JS view called "BookingParticipantView" for the fields of the BookingParticipant entity. The BookingParticipantView must contain the following fields: - name: Booking type: Booking - name: Customer type: Customer - name: GuestName type: STRING - name: IsMainPayer type: BOOL The data source for the [Customer] select control should be loaded from the relative URL: "/CustomerService/customer" (HTTP-GET) The data source for the [Booking] select control should be loaded from the relative URL: "/SportService/booking" (HTTP-GET) An existing BookingParticipant entity should be loaded from the relative URL: "/CoachService/bookingparticipant/{id}" (HTTP-GET) If a new BookingParticipant entity has been created, the new entity should be posted to the relative URL: "/CoachService/bookingparticipant" (HTTP-POST) If an existing BookingParticipant entity has been updated, the modified entity should be sent to the relative URL: "/CoachService/bookingparticipant/{id}" (HTTP-PUT) If an existing BookingParticipant entity has to be deleted, the following relative URL should be called: "/CoachService/bookingparticipant/{id}" (HTTP-DELETE)
Copy prompt
Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum