IMS Web Service Reference

Method: GetPickPlacementOrders

Description

Retrieves a list of the orders belonging to a list of pick placements of a given order type. 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/GetPickPlacementOrders

Input

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

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

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