Click or drag to resize
Infosoft Logo

IDailyNewspaperNumberServiceGetActiveDailyNewspaperNumber 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  GetActiveDailyNewspaperNumberRequest
A request object, containing a retailer number, a title code, an edition code, and a date.

Return Value

GetActiveDailyNewspaperNumberResponse
A response object, containing a matched DailyNewspaperNumber object, which may be null.
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 after (not on) the given date.
See Also