Click or drag to resize

LiftEventServiceExportLiftEventsXML Method

Exports lift events in xml format

Namespace:  AMCS.Elemos.IntegrationService.Services.Vehicle
Assembly:  AMCS.Elemos.IntegrationService (in AMCS.Elemos.IntegrationService.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public string ExportLiftEventsXML(
	string authenticationKey,
	int maxRecordsOut
)

Parameters

authenticationKey
Type: SystemString
The authentication key. This is an auto generated key generated by AMCS and should be provided to gain access to the system. This key is used to audit all methods and transactions performed using this interface.
maxRecordsOut
Type: SystemInt32
The max recordsout.

Return Value

Type: String
lift events in xml format
Exceptions
ExceptionCondition
FaultException new FaultReason(Authenticated user does not have a valid transform) or new FaultReason(Failed to serialize lift events to xml. The following error occured: + se.Message) or new FaultReason(Failed to export lift events. Unknown error occured: + ex.Message)
FaultReason Authenticated user does not have a valid transform or Failed to serialize lift events to xml. The following error occured: + se.Message or Failed to export lift events. Unknown error occured: + ex.Message
See Also