Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum
Prompt for the
MitgliedschaftsVertragView
Please create a React-JS view called "MitgliedschaftsVertragView" for the fields of the MitgliedschaftsVertrag entity. The MitgliedschaftsVertragView must contain the following fields: - name: EndDatum type: DATE - name: FitnessStudio type: FitnessStudio - name: KuendigungsDatum type: DATE - name: Mitglied type: Mitglied - name: MitgliedschaftsTyp type: MitgliedschaftsTyp - name: StartDatum type: DATE - name: UnterzeichnetAm type: DATE - name: VertragsStatus type: STRING - name: ZahlungsMethode type: STRING The data source for the [MitgliedschaftsTyp] select control should be loaded from the relative URL: "/MitgliedschaftsVertragService/mitgliedschaftstyp" (HTTP-GET) The data source for the [FitnessStudio] select control should be loaded from the relative URL: "/FitnessStudioService/fitnessstudio" (HTTP-GET) The data source for the [Mitglied] select control should be loaded from the relative URL: "/MitgliedService/mitglied" (HTTP-GET) An existing MitgliedschaftsVertrag entity should be loaded from the relative URL: "/MitgliedschaftsVertragService/mitgliedschaftsvertrag/{id}" (HTTP-GET) If a new MitgliedschaftsVertrag entity has been created, the new entity should be posted to the relative URL: "/MitgliedschaftsVertragService/mitgliedschaftsvertrag" (HTTP-POST) If an existing MitgliedschaftsVertrag entity has been updated, the modified entity should be sent to the relative URL: "/MitgliedschaftsVertragService/mitgliedschaftsvertrag/{id}" (HTTP-PUT) If an existing MitgliedschaftsVertrag entity has to be deleted, the following relative URL should be called: "/MitgliedschaftsVertragService/mitgliedschaftsvertrag/{id}" (HTTP-DELETE) Add a HTML table to the view with the following Zahlung columns: - column: ZeitraumStart - column: IstErfolgreich - column: ZahlungsDatum - column: MitgliedschaftsVertrag - column: Mitglied - column: Betrag - column: ZeitraumEnde - column: ExterneReferenz - column: Waehrung - column: ZahlungsTyp - column: FitnessStudio The table should have the title "Zahlungs" und the data must be loaded from the server with the following relative URL: "/MitgliedService/zahlung/mitgliedschaftsvertrag/{id}"
Copy prompt
Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum