FLEXNET OPERATIONS SOAP WEB SERVICES GUIDE |
FlexNet Operations Web Services Guide |
A createSimpleEntitlementResponse message contains an element of createSimpleEntitlementResponseType.
Each entitlement in the createSimpleEntitlementRequest is added as an atomic unit; adding each either succeeds or fails.
Type createSimpleEntitlementResponseType
Contains elements as defined in the following table.
Component | Type | Occurs | Description | |||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|
![]() |
1..1 | |||||||||||
statusInfo | StatusInfoType | 1..1 |
|
|||||||||
failedData | failedSimpleEntitlementDataListType | 0..1 | Information about the entitlements that were not added is listed in the failedData element. See failedSimpleEntitlementDataListType. |
|||||||||
responseData | createdSimpleEntitlementDataListType | 0..1 | Information about the entitlements that were added is listed in the responseData element. See createdSimpleEntitlementDataListType. |
|||||||||
Name | Type |
---|---|
createSimpleEntitlement | Method |
The following XML fragment illustrates a successful createSimpleEntitlementResponse message:
<createSimpleEntitlementResponse>
<statusInfo>
<status>SUCCESS</status>
</statusInfo>
<responseData>
<createdSimpleEntitlement>
<recordRefNo>1</recordRefNo>
<uniqueId>HID-100270</uniqueId>
<entitlementId>Ent_basic</entitlementId>
<lineItemUniqueIds>HID-100288</lineItemUniqueIds>
</createdSimpleEntitlement>
</responseData>
</createSimpleEntitlementResponse>