Overview
Summary
Contact
Donate
Imprint
Prompt for the
MandateInstrumentView
Please create a React-JS view called "MandateInstrumentView" for the fields of the MandateInstrument entity. The MandateInstrumentView must contain the following fields: - name: Currency type: STRING - name: Description type: STRING - name: FinancialProduct type: FinancialProduct - name: GovernmentMandate type: GovernmentMandate - name: NotionalValue type: STRING The data source for the [FinancialProduct] select control should be loaded from the relative URL: "/FinancialProductService/financialproduct" (HTTP-GET) The data source for the [GovernmentMandate] select control should be loaded from the relative URL: "/GovernmentMandateService/governmentmandate" (HTTP-GET) An existing MandateInstrument entity should be loaded from the relative URL: "/FinancialProductService/mandateinstrument/{id}" (HTTP-GET) If a new MandateInstrument entity has been created, the new entity should be posted to the relative URL: "/FinancialProductService/mandateinstrument" (HTTP-POST) If an existing MandateInstrument entity has been updated, the modified entity should be sent to the relative URL: "/FinancialProductService/mandateinstrument/{id}" (HTTP-PUT) If an existing MandateInstrument entity has to be deleted, the following relative URL should be called: "/FinancialProductService/mandateinstrument/{id}" (HTTP-DELETE)
Copy prompt
Overview
Summary
Contact
Donate
Imprint