Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum
Prompt for the
AnbieterZertifizierungView
Please create a React-JS view called "AnbieterZertifizierungView" for the fields of the AnbieterZertifizierung entity. The AnbieterZertifizierungView must contain the following fields: - name: Beschreibung type: STRING - name: GueltigBis type: DATE - name: GueltigVon type: DATE - name: Nachhilfeanbieter type: Nachhilfeanbieter - name: ZertifikatName type: STRING - name: Zertifizierungsstelle type: Zertifizierungsstelle The data source for the [Nachhilfeanbieter] select control should be loaded from the relative URL: "/NachhilfeanbieterService/nachhilfeanbieter" (HTTP-GET) The data source for the [Zertifizierungsstelle] select control should be loaded from the relative URL: "/StudieService/zertifizierungsstelle" (HTTP-GET) An existing AnbieterZertifizierung entity should be loaded from the relative URL: "/NachhilfeanbieterService/anbieterzertifizierung/{id}" (HTTP-GET) If a new AnbieterZertifizierung entity has been created, the new entity should be posted to the relative URL: "/NachhilfeanbieterService/anbieterzertifizierung" (HTTP-POST) If an existing AnbieterZertifizierung entity has been updated, the modified entity should be sent to the relative URL: "/NachhilfeanbieterService/anbieterzertifizierung/{id}" (HTTP-PUT) If an existing AnbieterZertifizierung entity has to be deleted, the following relative URL should be called: "/NachhilfeanbieterService/anbieterzertifizierung/{id}" (HTTP-DELETE)
Copy prompt
Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum