Click or drag to resize
Infosoft Logo

IRetailerInvoiceFormularServiceGetRetailerInvoiceFormularByCodeAndTitle Method

Gets a RetailerInvoiceFormular code, for given code and a title code.

Namespace: Infosoft.Common.Contracts.ServiceContracts.Retail
Assembly: Infosoft.Common.Contracts (in Infosoft.Common.Contracts.dll) Version: 4.00.0.0
Syntax
GetRetailerInvoiceFormularResponse GetRetailerInvoiceFormularByCodeAndTitle(
	RetailerInvoiceFormularLookupRequest request
)

Parameters

request  RetailerInvoiceFormularLookupRequest
A request object, containing a RetailerInvoiceFormular object, which must the code field and the title code field set.

Return Value

GetRetailerInvoiceFormularResponse
A matching RetailerInvoiceFormular object, or null.
See Also