Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum
Prompt for the
HundetrainerOrganisationView
Please create a React-JS view called "HundetrainerOrganisationView" for the fields of the HundetrainerOrganisation entity. The HundetrainerOrganisationView must contain the following fields: - name: Beginn type: DATE - name: Ende type: DATE - name: Hundetrainer type: Hundetrainer - name: Organisation type: Organisation - name: Rolle type: STRING The data source for the [Hundetrainer] select control should be loaded from the relative URL: "/KursService/hundetrainer" (HTTP-GET) The data source for the [Organisation] select control should be loaded from the relative URL: "/OrganisationService/organisation" (HTTP-GET) An existing HundetrainerOrganisation entity should be loaded from the relative URL: "/OrganisationService/hundetrainerorganisation/{id}" (HTTP-GET) If a new HundetrainerOrganisation entity has been created, the new entity should be posted to the relative URL: "/OrganisationService/hundetrainerorganisation" (HTTP-POST) If an existing HundetrainerOrganisation entity has been updated, the modified entity should be sent to the relative URL: "/OrganisationService/hundetrainerorganisation/{id}" (HTTP-PUT) If an existing HundetrainerOrganisation entity has to be deleted, the following relative URL should be called: "/OrganisationService/hundetrainerorganisation/{id}" (HTTP-DELETE)
Copy prompt
Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum