FLEXNET OPERATIONS SOAP WEB SERVICES GUIDE |
FlexNet Operations Web Services Guide |
A transferEntitlementsRequest message contains an element of transferEntitlementsRequestType.
Type transferEntitlementsRequestType
Contains elements as defined in the following table.
Component | Type | Occurs | Description |
---|---|---|---|
![]() |
1..1 | ||
entitlementList | transferEntitlementsListType | 1..1 | Required. See transferEntitlementInfoType. |
Name | Type |
---|---|
transferEntitlement | Method |
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>