Click or drag to resize
Infosoft Logo

IRetailerDeliveryAggregatedStatisticsServiceGetDeliveriesInPeriodForRetailer Method

Gets aggregated delivery statistics for a given retailer in a given period.

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

Parameters

request  GetRetailerDeliveryAggregatedStatisticsForRetailerInPeriodRequest
A request object, containing a retailer number/title code, and a start and end date representing the period to search in.

Return Value

GetRetailerDeliveryAggregatedStatisticsForRetailerInPeriodResponse
A response object, containing a list of matching RetailerDeliveryAggregatedStatistics objects.
Exceptions
ExceptionCondition
RetailerNotFoundFault If no retailer number is given, or no title code is given.
Remarks
If there's an entry both in the RetailerDelivery table and the RetailerDeliveryStatistics table for any date in the given period, one RetailerDeliveryAggregatedStatistics object will be returned for each entry.
See Also