FLEXNET OPERATIONS SOAP WEB SERVICES GUIDE |
FlexNet Operations Web Services Guide |
The createEntitlementLineItem operation adds one or more entitlement line items to a simple entitlement.
You can specify an activation ID using createEntitlementLineItem.
EXAMPLE
<urn:lineItems>
<urn:activationId>
<!--Optional:-->
<!--type: string-->
<urn:id>quae divum incedo</urn:id>
<!--Optional:-->
<!--type: boolean-->
<urn:autoGenerate>true</urn:autoGenerate>
</urn:activationId>
In this example, autoGenerate is true or false. If you specify false, it means you need to pass the ID value of the activation ID (which is the custom activation ID).
An activation ID must meet the following requirements:
Maximum 255 characters
Must not be empty
Must be unique
Invalid characters are:
, " & % ^ ( ) # @ ! ~ / < > ` } { = | .
Name | Type | Direction | Description |
---|---|---|---|
msgparameters | addOnlyEntitlementLineItemRequestType | Input |
A createEntitlementLineItemResponse element having the structure defined by the following table.
Name | Type | Description | |||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
statusInfo | StatusInfoType |
|
|||||||||
failedData | failedAddEntitlementLineItemDataListType | See failedAddEntitlementLineItemDataListType. |
|||||||||
responseData | addedEntitlementLineItemDataListType | See addedEntitlementLineItemDataListType. |