Click or drag to resize
Infosoft Logo

IInvoiceServiceGetInvoiceByNumber Method

Gets the invoice with the given invoice number.

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

Parameters

request  GetInvoiceByInvoiceNumberRequest
A request that contains an invoice number.

Return Value

GetInvoiceResponse
A response that contains the matching invoice, or null if not found.
See Also