FLEXNET OPERATIONS SOAP WEB SERVICES GUIDE

FlexNet Operations Web Services Guide

Element: getProductCategoriesRequest

Description

A getProductCategoriesRequest message contains an element of getProductCategoriesRequestType.

Derived By

Type getProductCategoriesRequestType

Content Model

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.
Referenced By
Name  Type 
getProductCategories  Method 
XML Example

The following XML fragment illustrates a getProductCategoriesRequest message:

<getProductCategoriesRequest>
   <pageNumber>1</pageNumber>
   <batchSize>30b</batchSize>
   <returnContainedObjects>false</returnContainedObjects>
</getProductCategoriesRequest>