Click or drag to resize

RouteServiceDeallocateRouteVisit Method

Deallocates a RouteVisit from a Route.

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 void DeallocateRouteVisit(
	string authenticationKey,
	Guid routeVisitGUID,
	Guid routeGUID,
	Nullable<Guid> reasonGUID,
	Nullable<Guid> calloutGUID
)

Parameters

authenticationKey
Type: SystemString
Authentication key
routeVisitGUID
Type: SystemGuid
Route Visit GUID
routeGUID
Type: SystemGuid
The route unique identifier.
reasonGUID
Type: SystemNullableGuid
The reason unique identifier.
calloutGUID
Type: SystemNullableGuid
The callout unique identifier.
Exceptions
ExceptionCondition
FaultException new FaultReason(DeallocateRouteVisit: Unable to get RouteVisitId from RouteVisitGUID.) or new FaultReason(DeallocateRouteVisit: Unable to get RouteId from RouteGUID.) or new FaultReason(DeallocateRouteVisit: Unable to get ReasonID from ReasonGUID.) or
FaultReason DeallocateRouteVisit: Unable to get RouteVisitId from RouteVisitGUID. or DeallocateRouteVisit: Unable to get RouteId from RouteGUID. or DeallocateRouteVisit: Unable to get ReasonID from ReasonGUID.
See Also