IMS Web Service Reference

Method: GetNamedListsWithOrderCount

Description

Retrives a list of named lists along with a count of orders for each list. Only orders created before the given time are included in the counts. If the time parameter is omitted it defaults to now.

Action

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

Input

The input of this method is the document element tns:GetNamedListsWithOrderCount 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:GetNamedListsWithOrderCountResponse having the structure defined by the following table.

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