FLEXNET OPERATIONS SOAP WEB SERVICES GUIDE

FlexNet Operations Web Services Guide

Element: getParentAccountsRequest

Description

A getParentAccountsRequest message contains an element of getParentAccountsRequestType.

Derived By

Type getParentAccountsRequestType

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 
getParentAccounts  Method 
XML Example

The following XML fragment illustrates a getParentAccountsRequestmessage:

<getParentAccountsRequest>
     <account>
          <primaryKeys>
               <id>ACME-ENG</id>
          </primaryKeys>
     </account>
</getParentAccountsRequest>