IMS Web Service Reference

Method: SetRoute

Description

Edit the cost of a particular route. If the route does not exist it will be created.                 Required privilege: "security.set_route".

Action

http://ims.lyngsoesystems.com/administration/SetRoute

Input

The input of this method is the document element tns:SetRoute having the structure defined by the following table.

Element  Type  Occurs  Description 
    1..1 
tns:Token  common:TokenType  1..1 
tns:SourceBranchKey  common:BranchKeyType  1..1 
tns:DestinationBranchKey  common:BranchKeyType  1..1 
tns:Cost  xsd:int  1..1 
Output

The output of this method is the document element tns:SetRouteResponse that is always empty.

Faults
Name  Content  Description 
InternalError  common:InternalErrorExceptionInfo 
InvalidArgument  common:InvalidArgumentExceptionInfo 
InvalidTokenException  common:InvalidTokenExceptionInfo 
InsufficientPrivileges  common:InsufficientPrivilegesExceptionInfo