Click or drag to resize
Infosoft Logo

IRetailerServiceGetRetailerByNumberAndTitleCode Method

Gets a retailer by a number and title code.

Namespace: Infosoft.Common.Contracts.ServiceContracts.Retail
Assembly: Infosoft.Common.Contracts (in Infosoft.Common.Contracts.dll) Version: 4.00.0.0
Syntax
GetRetailerResponse GetRetailerByNumberAndTitleCode(
	RetailerLookupRequest request
)

Parameters

request  RetailerLookupRequest
A request object, containing a retailer number and a title code.

Return Value

GetRetailerResponse
A response object, containing a retailer, or null if no retailer was found.
See Also