FLEXNET OPERATIONS SOAP WEB SERVICES GUIDE

FlexNet Operations Web Services Guide

Element: getAccountCountRequest

Description

A getAccountCountRequest message contains an element of getAccountCountRequestType.

Derived By

Type getAccountCountRequestType

Content Model

Contains elements as defined in the following table.

Component  Type  Occurs  Description 
    1..1   
queryParams  accountQueryParametersType  0..1  Required. See accountQueryParametersType. Leave this element blank to return all CUSTOMER accounts.
Referenced By
Name  Type 
getAccountCount  Method 
XML Example

The following XML fragment illustrates a getAccountCountRequest message:

<getAccountCountRequest>
     <queryParams>
          <accountID>
               <value>acme</value>
               <searchType>CONTAINS</searchType>
          </accountID>
          <onlyRootAccounts>true</onlyRootAccounts>
     </queryParams>
</getAccountCountRequest>