Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum
Prompt for the
KastrationsProgrammView
Please create a React-JS view called "KastrationsProgrammView" for the fields of the KastrationsProgramm entity. The KastrationsProgrammView must contain the following fields: - name: EndDatum type: DATE - name: FuehrendeOrganisation type: AuslandsTierschutzOrganisation - name: LaeuftNoch type: BOOL - name: Land type: STRING - name: Name type: STRING - name: Region type: STRING - name: StartDatum type: DATE The data source for the [FuehrendeOrganisation] select control should be loaded from the relative URL: "/TierService/auslandstierschutzorganisation" (HTTP-GET) An existing KastrationsProgramm entity should be loaded from the relative URL: "/KastrationsProgrammService/kastrationsprogramm/{id}" (HTTP-GET) If a new KastrationsProgramm entity has been created, the new entity should be posted to the relative URL: "/KastrationsProgrammService/kastrationsprogramm" (HTTP-POST) If an existing KastrationsProgramm entity has been updated, the modified entity should be sent to the relative URL: "/KastrationsProgrammService/kastrationsprogramm/{id}" (HTTP-PUT) If an existing KastrationsProgramm entity has to be deleted, the following relative URL should be called: "/KastrationsProgrammService/kastrationsprogramm/{id}" (HTTP-DELETE) Add a HTML table to the view with the following KastrationsProgrammTier columns: - column: KastrationsDatum - column: ZurueckAnFundort - column: KastrationsProgramm - column: Tier The table should have the title "KastrationsProgrammTiers" und the data must be loaded from the server with the following relative URL: "/KastrationsProgrammService/kastrationsprogrammtier/kastrationsprogramm/{id}"
Copy prompt
Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum