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