FLEXNET OPERATIONS SOAP WEB SERVICES GUIDE

FlexNet Operations Web Services Guide

Method: getExactAvailableCount

Description

The getExactAvailableCount operation provides the exact, current available count for a specified line item. This operation allows users to obtain a potentially more precise count than those available in the administrative console UI or via other web service operations.

The FlexNet Operations UI and other web service operations do not evaluate the count of available copies when an upgrade is created. Therefore it is possible to create an upgrade count that exceeds the number of available copies; however, the count is evaluated at fulfillment time. On fulfillment, upgrades that exceed the available count are rejected. To avoid errors at fulfillment time, users may use getExactAvailableCount, which returns exact number of copies available for an upgrade fulfillment, for example, without having to return any previous fulfillments.

Parameters
Name  Type  Direction  Description 
msgparameters  getExactAvailableCountRequestType  Input   
Returns

A getExactAvailableCountResponse element having the structure defined by the following table.

Name  Type  Description 
statusInfo  StatusInfoType 
Element  Data Type  Description 
status
StatusType

Returns one of the following:

  • SUCCESS—All items in the request were processed.

  • PARTIAL_FAILURE—Some, but not all items in the request were processed. The getCount and getQuery operations never return PARTIAL_FAILURE.

  • FAILURE—None of the items in the request were processed.

reason
string
Gives reason for partial failure or failure.
 
count  integer  The exact available count for the line item requested.