Click or drag to resize

BreakServiceExportBreaks Method

Get all the Breaks of a particular type for a given schedule

Namespace:  AMCS.Elemos.IntegrationService.Services.Break
Assembly:  AMCS.Elemos.IntegrationService (in AMCS.Elemos.IntegrationService.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public BreakSearchResultEntity ExportBreaks(
	string authenticationKey,
	BreakSearchEntity breakEntity
)

Parameters

authenticationKey
Type: SystemString
breakEntity
Type: AMCS.Elemos.IntegrationService.Entity.BreakBreakSearchEntity

Return Value

Type: BreakSearchResultEntity
Exceptions
ExceptionCondition
FaultException Error in ExportBreaks Request - Schedule does not exist;new FaultCode(GetBreaksNoSchedule) or Error in ExportBreaks Request - Route does not exist;new FaultCode(GetBreaksNoRoute)
FaultCode GetBreaksNoSchedule or GetBreaksNoRoute
See Also