FLEXNET OPERATIONS SOAP WEB SERVICES GUIDE

FlexNet Operations Web Services Guide

Element: tns:getExactAvailableCountRequest

Description

A getExactAvailableCountRequest message contains an element of getExactAvailableCountRequestType.

Derived By

Type getExactAvailableCountRequestType

Content Model

Contains elements as defined in the following table.

Component  Type  Occurs  Description 
    1..1   
activationId  entitlementLineItemIdentifierType  0..1  Required. Identifies the line item for which you want an exact available count. See entitlementLineItemIdentifierType.
Referenced By
Name  Type 
getExactAvailableCount  Method 
XML Example

The following XML fragment illustrates a getExactAvailableCountRequest message:

<getExactAvailableCountRequest>
   <activationId>
      <primaryKeys>
         <activationId>se-up2-1UPGRADE</activationId>
      </primaryKeys>
   </activationId>
</getExactAvailableCountRequest>