Autodesk Vault ProfessionalVault API

UpdateRouting Method

Autodesk.Connectivity.WebServicesChangeOrderService

Updates a Routing object.

Required Permissions

ChangeOrderRoutingCreate

Syntax

public Routing UpdateRouting(
   System.long routingId,
   System.bool reqAllApproval,
   System.bool active
)
Public Function UpdateRouting( _
   ByVal routingId As System.Long, _
   ByVal reqAllApproval As System.Boolean, _
   ByVal active As System.Boolean _
) As Routing

Parameters

NameDescription
routingIdThe ID of the Routing.
reqAllApprovalIf true, the Routing requires approval.
activeIf true, all users that can approve, must approve in order to complete the process.

Return Value

The updated Routing object.

See Also