Click or drag to resize

RouteServiceExportRouteVisit_Status Method

Exports the route visit_ status.

Namespace:  AMCS.Elemos.IntegrationService.Services.Route
Assembly:  AMCS.Elemos.IntegrationService (in AMCS.Elemos.IntegrationService.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public IList<RouteVisitPartialEntity> ExportRouteVisit_Status(
	string authenticationKey,
	IList<Guid> routeVisitGuids
)

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.
routeVisitGuids
Type: System.Collections.GenericIListGuid
The route visit guids.

Return Value

Type: IListRouteVisitPartialEntity
Exceptions
ExceptionCondition
ExceptionExportRouteVisit_Status Error: Cannot find routeVisit entity using provided GUID: + guid
FaultExceptionnew FaultCode(ExportRouteVisit_Status)
FaultCodeExportRouteVisit_Status
See Also