FLEXNET OPERATIONS SOAP WEB SERVICES GUIDE |
FlexNet Operations Web Services Guide |
A splitLineItemResponse message contains an element of splitLineItemResponseType.
Type splitLineItemResponseType
Contains elements as defined in the following table.
Component | Type | Occurs | Description | |||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|
![]() |
1..1 | |||||||||||
statusInfo | StatusInfoType | 1..1 |
|
|||||||||
responseData | splitLineItemResponseListType | 0..1 | Information about the entitlement line item that was split, and optionally the entitlement to which the split counts went, is listed in the responseData element. See splitLineItemResponseListType. |
|||||||||
failedData | failedSplitLineItemListType | 0..1 | Information about an entitlement line item that was not split is listed in the failedData element. See failedSplitLineItemListType. |
|||||||||
Name | Type |
---|---|
splitLineItem | Method |
The following XML fragment illustrates a successful splitLineItemResponse message:
<splitLineItemResponse>
<statusInfo>
<status>SUCCESS</status>
</statusInfo>
<responseData>
<splitLineItem>
<lineItemIdentifier>
<uniqueId>HID-101349</uniqueId>
<primaryKeys>
<activationId>se-split-2</activationId>
</primaryKeys>
</lineItemIdentifier>
<entitlementIdentifier>
<primaryKeys>
<entitlementId>3da0-c6d3-128c-b87c-bc77-ffc</entitlementId>
</primaryKeys>
</entitlementIdentifier>
</splitLineItem>
</responseData>
</splitLineItemResponse>