FLEXNET OPERATIONS SOAP WEB SERVICES GUIDE |
FlexNet Operations Web Services Guide |
A getParentAccountsRequest message contains an element of getParentAccountsRequestType.
Type getParentAccountsRequestType
Contains elements as defined in the following table.
Component | Type | Occurs | Description |
---|---|---|---|
![]() |
1..1 | ||
account | accountIdentifierTypeUser | 1..1 | See accountIdentifierType. |
Name | Type |
---|---|
getParentAccounts | Method |
The following XML fragment illustrates a getParentAccountsRequestmessage:
<getParentAccountsRequest>
<account>
<primaryKeys>
<id>ACME-ENG</id>
</primaryKeys>
</account>
</getParentAccountsRequest>