IDaily |
GetActiveDailyNewspaperNumberSumResponse GetActiveDailyNewspaperNumberSum( GetActiveDailyNewspaperNumberSumRequest request )
The active daily newspaper number is the number with the latest start date, provided that its start date is on or before the given start date, and its end date is either null (i.e. the number is permanent) or after (not on) the given end date.
If more than one edition is provided in the list in the request, the numbers for each day of the week will be summed together. For instance, if a retailer has the following numbers for each day of the week (and edition 1 and 2 are specified in the request): - Edition 1: 1, 2, 3, 4, 5, 6, 7 - Edition 2: 0, 0, 5, 1, 5, 0, 0 The result will be as follows: 1, 2, 8, 5, 10, 6, 7.