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