Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum
Prompt for the
OrganisationMarktgebietView
Please create a React-JS view called "OrganisationMarktgebietView" for the fields of the OrganisationMarktgebiet entity. The OrganisationMarktgebietView must contain the following fields: - name: Endjahr type: LONG - name: Marktgebiet type: Marktgebiet - name: Notizen type: STRING - name: Organisation type: Organisation - name: Rolle type: STRING - name: Startjahr type: LONG The data source for the [Marktgebiet] select control should be loaded from the relative URL: "/MarktgebietService/marktgebiet" (HTTP-GET) The data source for the [Organisation] select control should be loaded from the relative URL: "/LandService/organisation" (HTTP-GET) An existing OrganisationMarktgebiet entity should be loaded from the relative URL: "/MarktgebietService/organisationmarktgebiet/{id}" (HTTP-GET) If a new OrganisationMarktgebiet entity has been created, the new entity should be posted to the relative URL: "/MarktgebietService/organisationmarktgebiet" (HTTP-POST) If an existing OrganisationMarktgebiet entity has been updated, the modified entity should be sent to the relative URL: "/MarktgebietService/organisationmarktgebiet/{id}" (HTTP-PUT) If an existing OrganisationMarktgebiet entity has to be deleted, the following relative URL should be called: "/MarktgebietService/organisationmarktgebiet/{id}" (HTTP-DELETE)
Copy prompt
Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum