FLEXNET OPERATIONS SOAP WEB SERVICES GUIDE |
FlexNet Operations Web Services Guide |
A getParentAccountsResponse message contains an element of getParentAccountsResponseType.
Type getParentAccountsResponseType
Contains elements as defined in the following table.
Component | Type | Occurs | Description | |||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|
![]() |
1..1 | |||||||||||
statusInfo | StatusInfoType | 1..1 |
|
|||||||||
responseData | getAccountsQueryResponseDataType | 0..1 | See getAccountsQueryResponseDataType. |
|||||||||
Name | Type |
---|---|
getParentAccounts | Method |
The following XML fragment illustrates a getParentAccountsResponse message:
<getParentAccountsResponse>
<statusInfo>
<status>SUCCESS</status>
</statusInfo>
<responseData>
<acctData>
<account>
<uniqueId>HID-20180</uniqueId>
<primaryKeys>
<id>ACME</id>
</primaryKeys>
</account>
<name>Acme Software Corporation</name>
<description>Acme description</description>
</acctData>
</responseData>
</getParentAccountsResponse