FLEXNET OPERATIONS SOAP WEB SERVICES GUIDE |
FlexNet Operations Web Services Guide |
A getProductCountRequest message contains an element of getProductCountRequestType.
Type getProductCountRequestType
Contains elements as defined in the following table.
Component | Type | Occurs | Description |
---|---|---|---|
![]() |
1..1 | ||
queryParams | productQueryParametersType | 0..1 | Required. See productQueryParametersType. Leave this element blank to return all products. |
Name | Type |
---|---|
getProductCount | Method |
The following XML fragment illustrates a getProductCountRequest message:
<getProductCountRequest>
<queryParams>
<productName>
<value>Product</value>
<searchType>STARTS_WITH</searchType>
</productName>
<version>
<value>1</value>
<searchType>STARTS_WITH</searchType>
</version>
</queryParams>
</getProductCountRequest>