FLEXNET OPERATIONS SOAP WEB SERVICES GUIDE |
FlexNet Operations Web Services Guide |
A replaceEntitlementLineItemResponse message contains an element of replaceOnlyEntitlementLineItemResponseType.
Type replaceOnlyEntitlementLineItemResponseType
Contains elements as defined in the following table.
Component | Type | Occurs | Description | |||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|
![]() |
1..1 | |||||||||||
statusInfo | StatusInfoType | 1..1 |
|
|||||||||
failedData | failedAddEntitlementLineItemDataListType | 0..1 | See failedAddEntitlementLineItemDataListType. |
|||||||||
responseData | addedEntitlementLineItemDataListType | 0..1 | See addedEntitlementLineItemDataListType. |
|||||||||
Name | Type |
---|---|
replaceEntitlementLineItem | Method |
The following XML fragment illustrates a successful replaceEntitlementLineItemResponse message:
<replaceEntitlementLineItemResponse>
<statusInfo>
<status>SUCCESS</status>
</statusInfo>
<responseData>
<addedLineItems>
<entitlementIdentifier>
<primaryKeys>
<entitlementId>Ent_basic</entitlementId>
</primaryKeys>
</entitlementIdentifier>
<lineItemUniqueIds>HID-220113</lineItemUniqueIds>
<maintenanceLineItemUniqueIds>HID-220114
</maintenanceLineItemUniqueIds>
</addedLineItems>
</responseData>
</replaceEntitlementLineItemResponse>