FLEXNET OPERATIONS SOAP WEB SERVICES GUIDE |
FlexNet Operations Web Services Guide |
A createLicensesAsBatchAndConsolidateRequest 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 |
---|---|
createLicensesAsBatchAndConsolidate | Method |
The following XML fragment illustrates a createLicensesAsBatchAndConsolidateRequest message:
<createLicensesAsBatchAndConsolidateRequest>
<activationIds>
<activationId>ACT-3</activationId>
<activationId>ACT-4</activationId>
</activationIds>
<hostIdDataSet>
<hostIdData>
<serverIds>
<server1>456745674567</server1>
</serverIds>
</hostIdData>
<hostIdData>
<serverIds>
<server1>567856785678</server1>
</serverIds>
</hostIdData>
</hostIdDataSet>
<countDataSet>
<countData>
<activationId>ACT-3</activationId>
<countForHosts>
<hostDataRefId>1</hostDataRefId>
<fulfillCount>1</fulfillCount>
</countForHosts>
<countForHosts>
<hostDataRefId>2</hostDataRefId>
<fulfillCount>2</fulfillCount>
</countForHosts>
</countData>
<countData>
<activationId>ACT-4</activationId>
<countForHosts>
<hostDataRefId>1</hostDataRefId>
<fulfillCount>2</fulfillCount>
</countForHosts>
<countForHosts>
<hostDataRefId>2</hostDataRefId>
<fulfillCount>1</fulfillCount>
</countForHosts>
</countData>
</countDataSet>
<commonBatchDataSet>
<startDate>2006-05-10</startDate>
<shipToEmail>test@example.com</shipToEmail>
<shipToAddress>12345 main st, san jose</shipToAddress>
<licenseModelAttributes>
<attribute>
<attributeName>VENDOR_STRING</attributeName>
<stringValue>test string</stringValue>
</attribute>
</licenseModelAttributes>
<overridePolicy>true</overridePolicy>
</commonBatchDataSet>
</createLicensesAsBatchAndConsolidateRequest>