FLEXNET OPERATIONS SOAP WEB SERVICES GUIDE |
FlexNet Operations Web Services Guide |
An updateBulkEntitlementResponse message contains an element of updateBulkEntitlementResponseType.
Type updateBulkEntitlementResponseType
Contains elements as defined in the following table.
Component | Type | Occurs | Description | |||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|
![]() |
1..1 | |||||||||||
statusInfo | StatusInfoType | 1..1 |
|
|||||||||
failedData | failedUpdateBulkEntitlementDataListType | 0..1 | Information about the entitlements that were not updated is listed in the failedData element. See failedUpdateBulkEntitlementDataListType. |
|||||||||
Name | Type |
---|---|
updateBulkEntitlement | Method |
The following XML fragment illustrates a successful updateBulkEntitlementResponse message:
<updateBulkEntitlementResponse>
<statusInfo>
<status>SUCCESS</status>
</statusInfo>
</updateBulkEntitlementResponse>