Click or drag to resize
Infosoft Logo

IRetailerPriceServiceGetRetailerPricesByTitle Method

Gets a list of retailer prices by a given title code.

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

Parameters

request  GetRetailerPricesByTitleRequest
A request object, containing a title object, which must have either the Title_Id field or the Code field set.

Return Value

GetRetailerPricesByTitleResponse
A response object, containing a list of matched retailer price objects.
Remarks
If the Title_Id field is set on the title object in the request, this method will search by title ID. If it isn't, it will search by the code field.
See Also