|
FLEXNET OPERATIONS SOAP WEB SERVICES GUIDE |
FlexNet Operations Web Services Guide |
A getMaintenanceCountRequest message contains an element of getMaintenanceCountRequestType.
Type getMaintenanceCountRequestType
Contains elements as defined in the following table.
| Component | Type | Occurs | Description |
|---|---|---|---|
|
1..1 | ||
| queryParams | maintenanceQueryParametersType | 0..1 | Required. See maintenanceQueryParametersType. Leave this element blank to return all maintenance products. |
| Name | Type |
|---|---|
| getMaintenanceCount | Method |
The following XML fragment illustrates a getMaintenanceCountRequest message:
<getMaintenanceCountRequest>
<queryParams>
<maintenanceName>
<value>M</value>
<searchType>STARTS_WITH</searchType>
</maintenanceName>
<version>
<value>1</value>
<searchType>STARTS_WITH</searchType>
</version>
</queryParams>
</getMaintenanceCountRequest>