Click or drag to resize
Infosoft Logo

IDailyNewspaperNumberServiceGetActiveDailyNewspaperNumberForMultipleEditions Method

Gets the currently active daily newspaper number for a retailer, for some given title/edition/date.

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

Parameters

request  GetDailyNewspaperNumberForMultipleEditionsRequest
A request object, containing a retailer number, a title code, an edition code,fromDate and a toDate.

Return Value

GetDailyNewspaperNumberForMultipleEditionsResponse
A response object, containing a list of matched DailyNewspaperNumber objects, which may be empty.
Remarks
The active daily newspaper number is the number with the latest start date, provided that its start date is on or before the given date, and its end date is either null (i.e. the number is permanent) or on or after the given end date.
See Also