FLEXNET OPERATIONS SOAP WEB SERVICES GUIDE

FlexNet Operations Web Services Guide

Element: tns:getBulkEntitlementPropertiesRequest

Description

A getBulkEntitlementPropertiesRequest message contains an element of getBulkEntitlementPropertiesRequestType.

Derived By

Type getBulkEntitlementPropertiesRequestType

Content Model

Contains elements as defined in the following table.

Component  Type  Occurs  Description 
    1..1   
bulkEntitlementSearchCriteria  searchBulkEntitlementDataType  1..1  Required. See searchBulkEntitlementDataType.
bulkEntitlementResponseConfig  bulkEntitlementResponseConfigRequestType  1..1  See bulkEntitlementResponseConfigRequestType.
batchSize  integer  1..1  Required. Starts at 1. Say the operation using the same query parameters returns 100 records. If the batch size is 50 records and you want the second batch of 50, set pageNumber to 2.
pageNumber  integer  0..1  Required. Maximum number of records to return in the response.
Referenced By
Name  Type 
getBulkEntitlementPropertiesQuery  Method 
XML Example

The following XML fragment illustrates a getBulkEntitlementPropertiesRequest message:

<getBulkEntitlementPropertiesRequest>
         <bulkEntitlementSearchCriteria>
         </bulkEntitlementSearchCriteria>
         <bulkEntitlementResponseConfig>
                        <entitlementId>1</entitlementId>
                        <description>1</description>
                        <state>1</state>
                       <soldTo>1</soldTo>
                        <soldToDisplayName>1</soldToDisplayName>
                        <shipToEmail>1</shipToEmail>
                        <shipToAddress>1</shipToAddress>
                        <orderId>1</orderId>
                        <orderLineNumber>1</orderLineNumber>
                        <product>1</product>
                        <productDescription>1</productDescription>
                        <partNumber>1</partNumber>
                        <partNumberDescription>1</partNumberDescription>
                        <licenseModel>1</licenseModel>
                        <licenseTechnology>1</licenseTechnology>
                        <startDate>1</startDate>
                        <startDateOption>1</startDateOption>
                       <isPermanent>1</isPermanent>
                        <term>1</term>
                        <expirationDate>1</expirationDate>
                        <versionDate>1</versionDate>
                       <versionDateAttributes>1</versionDateAttributes>
                        <numberOfCopies>1</numberOfCopies>
                        <bulkEntitlementType>1</bulkEntitlementType>
                       <createdUserId>1</createdUserId>
                       <customAttributes>
               <!--Zero or more repetitions:-->
               <attribute>
                  <attributeName>TextAttr</attributeName>
               </attribute>
            </customAttributes>
         </bulkEntitlementResponseConfig>
         <batchSize>10</batchSize>
               <pageNumber>1</pageNumber>
      </getBulkEntitlementPropertiesRequest>