FLEXNET OPERATIONS SOAP WEB SERVICES GUIDE |
FlexNet Operations Web Services Guide |
A removeEntitlementLineItemResponse message contains an element of removeEntitlementLineItemResponseType.
Each line item in the removeEntitlementLineItemRequest is deleted as an atomic unit; deleting each either succeeds or fails. No specific information is returned about line items that were deleted successfully.
Type removeEntitlementLineItemResponseType
Contains elements as defined in the following table.
Component | Type | Occurs | Description | |||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|
![]() |
1..1 | |||||||||||
statusInfo | StatusInfoType | 1..1 |
|
|||||||||
failedData | failedRemoveEntitlementLineItemDataListType | 0..1 | Information about the entitlements that were not deleted is listed in the failedData element. See failedRemoveEntitlementLineItemDataListType. |
|||||||||
Name | Type |
---|---|
deleteEntitlementLineItem | Method |
The following XML fragment illustrates a successful removeEntitlementLineItemResponse message:
<removeEntitlementLineItemResponse>
<statusInfo>
<status>SUCCESS</status>
</statusInfo>
</removeEntitlementLineItemResponse>