 | 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)
Syntaxpublic IList<RouteBuildEntity> BuildRoute(
string authenticationKey,
int routeTemplateId,
DateTime routeDateFrom,
DateTime routeDateTo,
out Dictionary<int, string> failures
)
Public Function BuildRoute (
authenticationKey As String,
routeTemplateId As Integer,
routeDateFrom As DateTime,
routeDateTo As DateTime,
<OutAttribute> ByRef failures As Dictionary(Of Integer, String)
) As IList(Of RouteBuildEntity)
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
See Also