FLEXNET OPERATIONS SOAP WEB SERVICES GUIDE |
FlexNet Operations Web Services Guide |
An updateProductRequest message contains an element of updateProductRequestType.
Contains elements as defined in the following table.
Component | Type | Occurs | Description |
---|---|---|---|
![]() |
1..1 | ||
product | updateProductDataType | 1..* | Required. An updateProductRequest contains an array of product elements to be modified. See updateProductDataType. |
Name | Type |
---|---|
updateProduct | Method |
The following XML fragment illustrates a updateProductRequest message:
<updateProductRequest>
<product>
<productIdentifier>
<primaryKeys>
<name>Product_basic</name>
<version>1.0</version>
</primaryKeys>
</productIdentifier>
<licenseModels>
<licenseModelIdentifiers>
<primaryKeys>
<name>Floating Counted</name>
</primaryKeys>
</licenseModelIdentifiers>
<opType>DELETE</opType>
</licenseModels>
</product>
</updateProductRequest>