 | 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)
Syntaxpublic void DeallocateRouteVisit(
string authenticationKey,
Guid routeVisitGUID,
Guid routeGUID,
Nullable<Guid> reasonGUID,
Nullable<Guid> calloutGUID
)
Public Sub DeallocateRouteVisit (
authenticationKey As String,
routeVisitGUID As Guid,
routeGUID As Guid,
reasonGUID As Nullable(Of Guid),
calloutGUID As Nullable(Of Guid)
)
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.
ExceptionsException | Condition |
---|
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