Click or drag to resize

RouteBuildServiceBuildRoute Method

Builds the routes.

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<RouteBuildEntity> BuildRoute(
	string authenticationKey,
	int routeTemplateId,
	DateTime routeDateFrom,
	DateTime routeDateTo,
	out Dictionary<int, string> failures
)

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.
routeTemplateId
Type: SystemInt32
The route template identifier.
routeDateFrom
Type: SystemDateTime
The route date from.
routeDateTo
Type: SystemDateTime
The route date to.
failures
Type: System.Collections.GenericDictionaryInt32, String
The failures.

Return Value

Type: IListRouteBuildEntity
Exceptions
ExceptionCondition
FaultException
FaultReason
See Also