FLEXNET OPERATIONS SOAP WEB SERVICES GUIDE

FlexNet Operations Web Services Guide

Element: tns:transferEntitlementsRequest

Description

A transferEntitlementsRequest message contains an element of transferEntitlementsRequestType.

Derived By

Type transferEntitlementsRequestType

Content Model

Contains elements as defined in the following table.

Component  Type  Occurs  Description 
    1..1   
entitlementList  transferEntitlementsListType  1..1  Required. See transferEntitlementInfoType.
Referenced By
Name  Type 
transferEntitlement  Method 
XML Example

The following XML fragment illustrates a transferEntitlementsRequest message:

<transferEntitlementsRequest>
   <entitlementList>
      <entitlementInfo>
         <entitlementIdentifier>
            <primaryKeys>
               <entitlementId>Ent-basic</entitlementId>
            </primaryKeys>
         </entitlementIdentifier>
         <accountTo>WILY</accountTo>
         <retainExistingIds>false</retainExistingIds>
         <returnActiveFulfillments>true</returnActiveFulfillments>
      </entitlementInfo>
   </entitlementList>
</transferEntitlementsRequest>