FLEXNET OPERATIONS SOAP WEB SERVICES GUIDE

FlexNet Operations Web Services Guide

Method: getPartNumberCount

Description

The getPartNumberCount operation returns the number of part numbers that match specified criteria.

Parameters
Name  Type  Direction  Description 
msgparameters  getPartNumberCountRequestType  Input   
Returns

A getPartNumberCountResponse 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—If the request was synchronous, all of the part numbers in the request were processed successfully. If the request was asynchronous, SUCCESS means that the import request of part numbers was scheduled; this does not necessarily mean that the request was processed successfully.

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

  • FAILURE—If the request was synchronous, none of the part numbers in the request were processed successfully. If the request was asynchronous, FAILURE means that the import request of part numbers was not scheduled.

reason
string
Gives reason for partial failure or failure.
 
responseData  partNumberCountDataType  Contains an integer count element. See partNumberCountDataType.