Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum
Prompt for the
PflegevertragEintragView
Please create a React-JS view called "PflegevertragEintragView" for the fields of the PflegevertragEintrag entity. The PflegevertragEintragView must contain the following fields: - name: Frequenzmuster type: STRING - name: GeplanteDauerMinuten type: INT - name: IstOptional type: BOOL - name: LeistungskatalogEintrag type: LeistungskatalogEintrag - name: Pflegevertrag type: Pflegevertrag The data source for the [LeistungskatalogEintrag] select control should be loaded from the relative URL: "/LeistungskatalogEintragService/leistungskatalogeintrag" (HTTP-GET) The data source for the [Pflegevertrag] select control should be loaded from the relative URL: "/PflegedienstService/pflegevertrag" (HTTP-GET) An existing PflegevertragEintrag entity should be loaded from the relative URL: "/LeistungskatalogEintragService/pflegevertrageintrag/{id}" (HTTP-GET) If a new PflegevertragEintrag entity has been created, the new entity should be posted to the relative URL: "/LeistungskatalogEintragService/pflegevertrageintrag" (HTTP-POST) If an existing PflegevertragEintrag entity has been updated, the modified entity should be sent to the relative URL: "/LeistungskatalogEintragService/pflegevertrageintrag/{id}" (HTTP-PUT) If an existing PflegevertragEintrag entity has to be deleted, the following relative URL should be called: "/LeistungskatalogEintragService/pflegevertrageintrag/{id}" (HTTP-DELETE)
Copy prompt
Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum