FLEXNET OPERATIONS SOAP WEB SERVICES GUIDE |
FlexNet Operations Web Services Guide |
An updateProductRelationshipRequest message contains an element of updateProductRelationshipRequestType.
Type updateProductRelationshipRequestType
Contains elements as defined in the following table.
Component | Type | Occurs | Description |
---|---|---|---|
![]() |
1..1 | ||
relationship | updateProductRelationshipDataType | 1..* | Required. An updateProductRelationshipRequest contains an array of relationship elements to be modified. See updateProductRelationshipDataType. |
Name | Type |
---|---|
updateProductRelationship | Method |
The following XML fragment illustrates a updateProductRelationshipRequest message:
<updateProductRelationshipRequest>
<relationship>
<productToRelate>
<primaryKeys>
<name>P11</name>
<version>1.0</version>
</primaryKeys>
</productToRelate>
<relatedProduct>
<primaryKeys>
<name>P10</name>
<version>1.0</version>
</primaryKeys>
</relatedProduct>
<relation>UPGRADE_FROM</relation>
<newRelation>UPSELL_FROM</newRelation>
</relationship>
</updateProductRelationshipRequest>