Description
This function searches for a list of product offers matching a given search filter.
Style
Document
Input (Literal)
The input of this method is the argument listProductOffers of type listProductOffers having the structure defined by the following table.
Element |
Type |
Occurs |
Description |
---|---|---|---|
searchFilter |
0..1 |
A filter to apply to the product offers |
|
queryLimit |
0..1 |
The query limit for the filter |
Output (Literal)
The output of this method is the argument listProductOffersResponse of type listProductOffersResponse having the structure defined by the following table.
Element |
Type |
Occurs |
Description |
listProductOffers |
0..1 |
The list of product offers matching the filter |
Remarks
On an exception, no product offers are returned.
The product offers searched for are specified by the searchFilter and the queryLimit specified by the caller. For documentation on how the filter and query limit work, see the complex types searchFilter and queryLimit.
Each product offer represents the commercial terms on which a product (a technical configuration of virtual resources) is sold. For more details, see the productOffer complex type.