FLEXNET OPERATIONS SOAP WEB SERVICES GUIDE |
FlexNet Operations Web Services Guide |
A transferLineItemsResponse message contains an element of transferLineItemsResponseType.
Each entitlement line item in the transferLineItemsRequest is transferred as an atomic unit; transferring each either succeeds or fails.
Type transferLineItemsResponseType
Contains elements as defined in the following table.
Component | Type | Occurs | Description | |||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|
![]() |
1..1 | |||||||||||
statusInfo | StatusInfoType | 1..1 |
|
|||||||||
responseData | transferredLineItemsListType | 0..1 | Information about the entitlements that were transferred is listed in the responseData element. See transferredLineItesmsListType. |
|||||||||
failedData | failedTransferLineItemListType | 0..1 | Information about the entitlements that were not added is listed in the failedData element. See failedTransferLineItemListType. |
|||||||||
Name | Type |
---|---|
transferLineItem | Method |
The following XML fragment illustrates a successful transferLineItemsResponse message:
<transferLineItemsResponse>
<statusInfo>
<status>SUCCESS</status>
</statusInfo>
<responseData>
<transferredLineItem>
<lineItemIdentifier>
<uniqueId>HID-220116</uniqueId>
<primaryKeys>
<activationId>Ent-trans-1</activationId>
</primaryKeys>
</lineItemIdentifier>
<transferredFromId>
<primaryKeys>
<activationId>Ent-trans-1</activationId>
</primaryKeys>
</transferredFromId>
</transferredLineItem>
</responseData>
</transferLineItemsResponse>