Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum
Prompt for the
KlassifikationsOrganisationView
Please create a React-JS view called "KlassifikationsOrganisationView" for the fields of the KlassifikationsOrganisation entity. The KlassifikationsOrganisationView must contain the following fields: - name: Land type: STRING - name: Name type: STRING - name: Webseite type: STRING An existing KlassifikationsOrganisation entity should be loaded from the relative URL: "/UnterkunftService/klassifikationsorganisation/{id}" (HTTP-GET) If a new KlassifikationsOrganisation entity has been created, the new entity should be posted to the relative URL: "/UnterkunftService/klassifikationsorganisation" (HTTP-POST) If an existing KlassifikationsOrganisation entity has been updated, the modified entity should be sent to the relative URL: "/UnterkunftService/klassifikationsorganisation/{id}" (HTTP-PUT) If an existing KlassifikationsOrganisation entity has to be deleted, the following relative URL should be called: "/UnterkunftService/klassifikationsorganisation/{id}" (HTTP-DELETE)
Copy prompt
Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum