FLEXNET OPERATIONS SOAP WEB SERVICES GUIDE |
FlexNet Operations Web Services Guide |
A createBulkEntitlementResponse message contains an element of createBulkEntitlementResponseType.
Each entitlement in the createBulkEntitlementRequest is added as an atomic unit; adding each either succeeds or fails.
Type createBulkEntitlementResponseType
Contains elements as defined in the following table.
Component | Type | Occurs | Description | |||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|
![]() |
1..1 | |||||||||||
statusInfo | StatusInfoType | 1..1 |
|
|||||||||
failedData | failedBulkEntitlementDataListType | 0..1 | Information about the entitlements that were not added is listed in the failedData element. See failedBulkEntitlementDataListType. |
|||||||||
responseData | createdBulkEntitlementDataListType | 0..1 | Information about the entitlements that were added is listed in the responseData element. See createdBulkEntitlementDataListType. |
|||||||||
Name | Type |
---|---|
createBulkEntitlement | Method |
The following XML fragment illustrates a successful createBulkEntitlementResponse message:
<createBulkEntitlementResponse>
<statusInfo>
<status>SUCCESS</status>
</statusInfo>
<responseData>
<createdBulkEntitlement>
<recordRefNo>1</recordRefNo>
<uniqueId>HID-100289</uniqueId>
<bulkEntitlementId>Ent_bulk_basic</bulkEntitlementId>
</createdBulkEntitlement>
</responseData>
</createBulkEntitlementResponse>