FLEXNET OPERATIONS SOAP WEB SERVICES GUIDE |
FlexNet Operations Web Services Guide |
A getTransactionKeyIdentifiersRequest message contains an element of getTransactionKeyIdentifiersRequestType.
Type getTransactionKeyIdentifiersRequestType
Contains elements as defined in the following table.
Component | Type | Occurs | Description |
---|---|---|---|
![]() |
1..1 | ||
queryParams | identifierQueryParametersType | 0..1 | Required. See identifierQueryParametersType. |
Name | Type |
---|---|
getTransactionKeyIdentifiers | Method |
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>