FLEXNET OPERATIONS SOAP WEB SERVICES GUIDE |
FlexNet Operations Web Services Guide |
An updateUniformSuiteRequest message contains an element of updateUniformSuiteRequestType.
Type updateUniformSuiteRequestType
Contains elements as defined in the following table.
Component | Type | Occurs | Description |
---|---|---|---|
![]() |
1..1 | ||
uniformSuite | updateUniformSuiteDataType | 1..* | Required. An updateUniformSuiteRequest contains an array of uniformSuite elements to be modified. See updateUniformSuiteDataType. |
Name | Type |
---|---|
updateUniformSuite | Method |
The following XML fragment illustrates a updateUniformSuiteRequest message:
<updateUniformSuiteRequest>
<uniformSuite>
<suiteIdentifier>
<primaryKeys>
<name>S1</name>
<version>1.0</version>
</primaryKeys>
</suiteIdentifier>
<description>Desc of S1</description>
<productAttributes>
<attribute>
<attributeName>PROD_NUM</attributeName>
<integerValue>5</integerValue>
</attribute>
</productAttributes>
</uniformSuite>
</updateUniformSuiteRequest>