FLEXNET OPERATIONS SOAP WEB SERVICES GUIDE

FlexNet Operations Web Services Guide

Element: getTransactionKeyIdentifiersRequest

Description

A getTransactionKeyIdentifiersRequest message contains an element of getTransactionKeyIdentifiersRequestType.

Derived By

Type getTransactionKeyIdentifiersRequestType

Content Model

Contains elements as defined in the following table.

Component  Type  Occurs  Description 
    1..1   
queryParams  identifierQueryParametersType  0..1  Required. See identifierQueryParametersType.
Referenced By
Name  Type 
getTransactionKeyIdentifiers  Method 
XML Example

The following XML fragment illustrates a getTransactionKeyIdentifiersRequest message that returns the IDs and names of all transaction keys:

<getTransactionKeyIdentifiersRequest>
</getTransactionKeyIdentifiersRequest>

The following XML fragment illustrates a getTransactionKeyIdentifiersRequest message that returns the names of all transaction keys whose names contain the string TK:

<getTransactionKeyIdentifiersRequest>
   <queryParams>
      <name>
         <value>TK</value>
         <searchType>CONTAINS</searchType>
      </name>
   </queryParams>
</getTransactionKeyIdentifiersRequest>