FLEXNET OPERATIONS SOAP WEB SERVICES GUIDE |
FlexNet Operations Web Services Guide |
A createLicensesAsBatchRequest message contains an element of createLicensesAsBatchRequestType.
Type createLicensesAsBatchRequestType
Contains elements as defined in the following table.
Component | Type | Occurs | Description |
---|---|---|---|
![]() |
1..1 | ||
activationIds | activationIdsListType | 1..1 | Required. See activationIdsListType. |
hostIdDataSet | hostIdDataSetType | 1..1 | Required. See hostIdDataSetType. |
countDataSet | countDataSetType | 0..1 | See countDataSetType. |
commonBatchDataSet | commonBatchDataSetType | 1..1 | See commonBatchDataSetType. |
Name | Type |
---|---|
createLicensesAsBatch | Method |
The following XML fragment illustrates a createLicensesAsBatchRequest message:
<createLicensesAsBatchRequest>
<activationIds>
<activationId>ACT-1</activationId>
<activationId>ACT-2</activationId>
</activationIds>
<hostIdDataSet>
<hostIdData>
<nodeIds>
<nodeId>121212121212</nodeId>
</nodeIds>
</hostIdData>
</hostIdDataSet>
<commonBatchDataSet>
<startDate>2006-05-06</startDate>
<shipToEmail>test@example.com</shipToEmail>
<licenseModelAttributes>
<attribute>
<attributeName>VENDOR_STRING</attributeName>
<stringValue>test string</stringValue>
</attribute>
</licenseModelAttributes>
<overridePolicy>true</overridePolicy>
</commonBatchDataSet>
</createLicensesAsBatchRequest>