Click or drag to resize

EventServiceExportDisposalEvents Method

Gets the list of Disposal Events based on the ScheduleId provided

Namespace:  AMCS.Elemos.IntegrationService.Services.Events
Assembly:  AMCS.Elemos.IntegrationService (in AMCS.Elemos.IntegrationService.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public DisposalEventResultEntity ExportDisposalEvents(
	string authenticationKey,
	DisposalEventSearchEntity disposalEventSearchEntity
)

Parameters

authenticationKey
Type: SystemString
disposalEventSearchEntity
Type: AMCS.Elemos.IntegrationService.Entity.VehicleDisposalEventSearchEntity

Return Value

Type: DisposalEventResultEntity
Returns a DisposalEventResultEntity
Exceptions
ExceptionCondition
FaultException FaultCode - GetDisposalEventsNoSchedule
See Also