Click or drag to resize
Infosoft Logo

IRetailerPriceServiceGetRetailerPricesByCodeAndTitle Method

Gets a list of retailer prices, filtered by a 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
GetRetailerPricesResponse GetRetailerPricesByCodeAndTitle(
	RetailerPriceLookupRequest request
)

Parameters

request  RetailerPriceLookupRequest
A request object, containing a RetailerPrice object, which must have at least the code field and the title code field set.

Return Value

GetRetailerPricesResponse
A list of matching price objects, which may be empty.
See Also