Click or drag to resize

CustomerServicePublishCustomerReportsDueToday Method

Returns a list of all subscribed reports which are due to be publish today

Namespace:  AMCS.Elemos.IntegrationService.Services.Customer
Assembly:  AMCS.Elemos.IntegrationService (in AMCS.Elemos.IntegrationService.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public void PublishCustomerReportsDueToday(
	string authenticationKey,
	string emailFromAddress,
	string emailHeader,
	string emailBody
)

Parameters

authenticationKey
Type: SystemString
emailFromAddress
Type: SystemString
emailHeader
Type: SystemString
emailBody
Type: SystemString
See Also