Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum
Prompt for the
InvoiceItemView
Please create a React-JS view called "InvoiceItemView" for the fields of the InvoiceItem entity. The InvoiceItemView must contain the following fields: - name: Description type: STRING - name: Invoice type: Invoice - name: Quantity type: STRING - name: SourceKey type: LONG - name: SourceType type: STRING - name: TaxRate type: STRING - name: TotalGross type: STRING - name: UnitPrice type: STRING The data source for the [Invoice] select control should be loaded from the relative URL: "/InvoiceService/invoice" (HTTP-GET) An existing InvoiceItem entity should be loaded from the relative URL: "/InvoiceService/invoiceitem/{id}" (HTTP-GET) If a new InvoiceItem entity has been created, the new entity should be posted to the relative URL: "/InvoiceService/invoiceitem" (HTTP-POST) If an existing InvoiceItem entity has been updated, the modified entity should be sent to the relative URL: "/InvoiceService/invoiceitem/{id}" (HTTP-PUT) If an existing InvoiceItem entity has to be deleted, the following relative URL should be called: "/InvoiceService/invoiceitem/{id}" (HTTP-DELETE)
Copy prompt
Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum