FLEXNET OPERATIONS SOAP WEB SERVICES GUIDE

FlexNet Operations Web Services Guide

Element: updateDeviceRequest

Description

An updateDevRequest message contains an element of updateDevRequestType.

Derived By

Type updateDevRequestType

Content Model

Contains elements as defined in the following table.

Component  Type  Occurs  Description 
    1..1   
device  updateDevDataType  1..*  See updateDevDataType.
Referenced By
Name  Type 
updateDevice  Method 
XML Example

The following XML fragment illustrates an updateDevRequest message:

<updateDevRequest>
     <!--1 or more repetitions:-->
     <device>
        <deviceIdentifier>
           <deviceType>?</deviceType>
           <!--Optional:-->
           <uniqueId>?</uniqueId>
           <!--Optional:-->
           <deviceId>?</deviceId>
           <!--Optional:-->
           <serverIds>
              <!--1 or more repetitions:-->
              <serverId>?</serverId>
           </serverIds>
           <deviceIdType>STRING</deviceIdType>
        </deviceIdentifier>
        <!--Optional:-->
        <deviceId>?</deviceId>
        <!--Optional:-->
        <serverIds>
           <!--1 or more repetitions:-->
           <serverId>?</serverId>
        </serverIds>
        <!--Optional:-->
        <hostTypeName>
           <name>?</name>
        </hostTypeName>
        <!--Optional:-->
        <publisherIdName>
           <name>?</name>
        </publisherIdName>
        <!--Optional:-->
        <description>?</description>
        <!--Optional:-->
        <updateChannelPartners>
           <!--Optional:-->
           <channelPartners>
              <!--Zero or more repetitions:-->
              <channelPartner>
                 <tierName>?</tierName>
                 <accountUnit>
                    <!--Optional:-->
                    <uniqueId>?</uniqueId>
                    <!--Optional:-->
                    <primaryKeys>
                       <name>?</name>
                    </primaryKeys>
                 </accountUnit>
                 <!--Optional:-->
                 <contact>
                    <!--Optional:-->
                    <uniqueId>?</uniqueId>
                    <!--Optional:-->
                    <userName>?</userName>
                    <!--Optional:-->
                    <primaryKeys>
                       <firstName>?</firstName>
                       <lastName>?</lastName>
                       <emailAddress>?</emailAddress>
                       <!--Optional:-->
                       <phoneNumber>?</phoneNumber>
                    </primaryKeys>
                 </contact>
              </channelPartner>
           </channelPartners>
           <opType>?</opType>
        </updateChannelPartners>
        <!--Optional-->
        <alias>?</alias>
     </device>
  </updateDevRequest>