FLEXNET OPERATIONS SOAP WEB SERVICES GUIDE |
FlexNet Operations Web Services Guide |
A getAccountCountRequest message contains an element of getAccountCountRequestType.
Type getAccountCountRequestType
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. |
Name | Type |
---|---|
getAccountCount | Method |
The following XML fragment illustrates a getAccountCountRequest message:
<getAccountCountRequest>
<queryParams>
<accountID>
<value>acme</value>
<searchType>CONTAINS</searchType>
</accountID>
<onlyRootAccounts>true</onlyRootAccounts>
</queryParams>
</getAccountCountRequest>