IMS Web Service Reference

Method: SetChute

Description

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

Action

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

Input

The input of this method is the document element tns:SetChute 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:ChuteKey  common:ChuteKeyType  1..1 
tns:IlsIdentifier  common:ChuteIlsIdentifierType  1..1 
tns:Code  common:ChuteCodeType  1..1 
tns:Name  common:ChuteNameType  1..1 
tns:Rfid  common:RfidType  0..1 
tns:SortingPointKey  common:SortingPointKeyType  1..1 
tns:ReferencedChuteKey  common:ChuteKeyType  0..1 
tns:LocationKey  common:LocationKeyType  1..1 
tns:AttachStatusKey  common:StatusKeyType  1..1 
tns:DetachStatusKey  common:StatusKeyType  1..1 
tns:Disabled  xsd:boolean  1..1 
tns:AllowToLinkTransportUnit  xsd:boolean  1..1 
Output

The output of this method is the document element tns:SetChuteResponse 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