  | 
IRetailerRouteServiceGetRetailerRouteByRetailerNumberTitleCodeAndWeekDay Method | 
            Gets a single retailer route by a retailer number, a title code and a weekday number.
            
Namespace: Infosoft.Common.Contracts.ServiceContracts.RetailAssembly: 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  RetailerRouteLookupRequest
 - 
            A request object, which must contain a retailer number and a weekday number, and optionally a title code.
            
 
Return Value
GetRetailerRouteResponseA response object, which contains a RetailerRoute object, or null if none found.
Remarks
            The weekday number is 1-7 for Monday through Sunday, and 0 for "all days".
            
See Also