|
IRetailerRouteServiceGetRetailerRoutesByRetailerNumberAndTitleCode Method |
Gets a list of retailer routes by a given retailer number/title code.
Namespace: Infosoft.Common.Contracts.ServiceContracts.RetailAssembly: Infosoft.Common.Contracts (in Infosoft.Common.Contracts.dll) Version: 4.00.0.0
Syntax No code example is currently available or this language may not be supported.
Parameters
- request RetailerRouteLookupRequest
-
A request object, which should contain at least a retailer number, and optionally a title code.
Return Value
RetailerRouteLookupResponseA response object, containing a list of routes for the retailer, which may be empty.
See Also