FLEXNET OPERATIONS SOAP WEB SERVICES GUIDE |
FlexNet Operations Web Services Guide |
A updateEntitlementLineItemResponse message contains an element of updateEntitlementLineItemResponseType.
Each entitlement in the updateEntitlementLineItemRequest is updated as an atomic unit; updating each either succeeds or fails.
Type updateEntitlementLineItemResponseType
Contains elements as defined in the following table.
Component | Type | Occurs | Description | |||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|
![]() |
1..1 | |||||||||||
statusInfo | StatusInfoType | 1..1 |
|
|||||||||
failedData | failedUpdateEntitlementLineItemDataListType | 0..1 | Information about the line items that were not updated is listed in the failedData element. See failedUpdateEntitlementLineItemDataListType. |
|||||||||
Name | Type |
---|---|
updateEntitlementLineItem | Method |
The following XML fragment illustrates a successful updateEntitlementLineItemResponse message:
<updateEntitlementLineItemResponse>
<statusInfo>
<status>SUCCESS</status>
</statusInfo>
</updateEntitlementLineItemResponse>