|
FLEXNET OPERATIONS SOAP WEB SERVICES GUIDE |
FlexNet Operations Web Services Guide |
A getExactAvailableCountResponse message contains an element of getExactAvailableCountResponseType.
Type getExactAvailableCountResponseType
Contains elements as defined in the following table.
| Component | Type | Occurs | Description | |||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
1..1 | |||||||||||
| statusInfo | StatusInfoType | 1..1 |
|
|||||||||
| count | integer | 0..1 | The exact available count for the line item requested. |
|||||||||
| Name | Type |
|---|---|
| getExactAvailableCount | Method |
The following XML fragment illustrates a successful getExactAvailableCountResponse message:
<getExactAvailableCountResponse>
<statusInfo>
<status>SUCCESS</status>
</statusInfo>
<count>5</count>
</getExactAvailableCountResponse>