IMS Web Service Reference

Method: SetSortingPoint

Description

Creates or updates a sorting point. If a sorting point with the given sortingpoint key does not exist for the particular branch a new sortingpoint will be created. Otherwise the values will be updated. Use the method GetNewSortingPointKey to get a new sorting point key. The sorting point key and branch key identifies the sorting point.                 Required privilege: "security.set_sorting_point".

Action

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

Input

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

Element  Type  Occurs  Description 
    1..1 
tns:Token  common:TokenType  1..1 
tns:BranchKey  common:BranchKeyType  1..1 
tns:SortingPointKey  common:SortingPointKeyType  1..1 
tns:IlsIdentifier  common:SortingPointIlsIdentifierType  1..1 
tns:Code  common:SortingPointCodeType  1..1 
tns:Name  common:SortingPointNameType  1..1 
tns:LocationKey  common:LocationKeyType  1..1 
tns:Disabled  xsd:boolean  1..1 
Output

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

Faults
Name  Content  Description 
InternalError  common:InternalErrorExceptionInfo 
InvalidArgument  common:InvalidArgumentExceptionInfo 
InvalidTokenException  common:InvalidTokenExceptionInfo 
InsufficientPrivileges  common:InsufficientPrivilegesExceptionInfo 
DuplicateRecordFound  common:DuplicateRecordFoundExceptionInfo 
ParentNotFound  common:ParentNotFoundExceptionInfo