FLEXNET OPERATIONS SOAP WEB SERVICES GUIDE |
FlexNet Operations Web Services Guide |
A getProductCategoriesRequest message contains an element of getProductCategoriesRequestType.
Type getProductCategoriesRequestType
Contains elements as defined in the following table.
Component | Type | Occurs | Description |
---|---|---|---|
![]() |
1..1 | ||
pageNumber | integer | 0..1 | The page number of the query results. The page number depends on the batch size and the number of records returned. Say the getProductCategories query returns 100 records. If the batch size is 50 records and you want the second batch of 50, set pageNumber to 2. |
batchSize | integer | 1..1 | Maximum number of records to return in the response. |
returnContainedObjects | boolean | 1..1 | True or False. |
Name | Type |
---|---|
getProductCategories | Method |
The following XML fragment illustrates a getProductCategoriesRequest message:
<getProductCategoriesRequest>
<pageNumber>1</pageNumber>
<batchSize>30b</batchSize>
<returnContainedObjects>false</returnContainedObjects>
</getProductCategoriesRequest>