Click or drag to resize
Infosoft Logo

IActiveRouteEntityServiceUpdate Method

Updates the specified ActiveRoute

Namespace: Infosoft.Common.Contracts.ServiceContracts.Entities
Assembly: Infosoft.Common.Contracts (in Infosoft.Common.Contracts.dll) Version: 4.00.0.0
Syntax
ActiveRoute Update(
	ActiveRoute request
)

Parameters

request  ActiveRoute
Request with values of ActiveRoute to update, make sure the primary key is set.

Return Value

ActiveRoute
The updated ActiveRoute
See Also