Click or drag to resize
Infosoft Logo

IInvoiceServiceDeleteInvoice Method

Deletes an invoice.

Namespace: Infosoft.Common.Contracts.ServiceContracts.Economy.Invoices
Assembly: Infosoft.Common.Contracts (in Infosoft.Common.Contracts.dll) Version: 4.00.0.0
Syntax
InvoiceResponse DeleteInvoice(
	DeleteInvoiceRequest request
)

Parameters

request  DeleteInvoiceRequest
A request that contains the invoice to delete.

Return Value

InvoiceResponse
A response that contains the deleted invoice.
See Also