IMS Web Service Reference

Method: GetPickPlacementsWithOrderCount

Description

Retrieves a placement tree hierarchy with a count of the number of orders at each node of the tree for a given list of order types. Only orders created before the given time are included. If the time parameter is omitted it defaults to the current time.

Action

http://ims.lyngsoesystems.com/orders/GetPickPlacementsWithOrderCount

Input

The input of this method is the document element tns:GetPickPlacementsWithOrderCount 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:OrderTypeKeys  tns:OrderTypeKeyType  0..* 
tns:MinTime  xsd:dateTime  0..1 
tns:MaxTime  xsd:dateTime  0..1 
Output

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

Element  Type  Occurs  Description 
    1..1 
tns:RootNode  tns:PickPlacementNodeType  0..1 
Faults
Name  Content  Description 
InternalError  common:InternalErrorExceptionInfo 
InvalidArgument  common:InvalidArgumentExceptionInfo 
InvalidTokenException  common:InvalidTokenExceptionInfo 
InsufficientPrivileges  common:InsufficientPrivilegesExceptionInfo