FLEXNET OPERATIONS SOAP WEB SERVICES GUIDE

FlexNet Operations Web Services Guide

Element: updateProductRelationshipRequest

Description

An updateProductRelationshipRequest message contains an element of updateProductRelationshipRequestType.

Derived By

Type updateProductRelationshipRequestType

Content Model

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.
Referenced By
Name  Type 
updateProductRelationship  Method 
XML Example

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>