IMS Web Service Reference

Method: GetOrderTypes

Description

Retrieves a list of order types and the number og orders of that type that was created before the given time. If the time parameter is omitted it defaults to the now. All order types will be returned; if there are no orders for a given order type the count will simply be 0.

Action

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

Input

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

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

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