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