FLEXNET OPERATIONS SOAP WEB SERVICES GUIDE

FlexNet Operations Web Services Guide

Element: getRelatedAccountsRequest

Description

A getRelatedAccountsRequest message contains an element of getRelatedAccountsRequestType.

Derived By

Type getRelatedAccountsRequestType

Content Model

Contains elements as defined in the following table.

Component  Type  Occurs  Description 
    1..1   
account  accountIdentifierTypeUser  1..1  See accountIdentifierType.
Referenced By
Name  Type 
getRelatedAccounts  Method 
XML Example

The following XML fragment illustrates a getRelatedAccountsRequest message:

<getRelatedAccountsRequest>
     <account>
          <primaryKeys>
               <id>ACME</id>
          </primaryKeys>
     </account>
</getRelatedAccountsRequest>