  | 
IInvoiceServiceGetInvoiceByNumber Method | 
            Gets the invoice with the given invoice number.
            
Namespace: Infosoft.Common.Contracts.ServiceContracts.Economy.InvoicesAssembly: Infosoft.Common.Contracts (in Infosoft.Common.Contracts.dll) Version: 4.00.0.0
SyntaxNo code example is currently available or this language may not be supported.
Parameters
- request  GetInvoiceByInvoiceNumberRequest
 - A request that contains an invoice number.
 
Return Value
GetInvoiceResponseA response that contains the matching invoice, or null if not found.
See Also