FLEXNET OPERATIONS SOAP WEB SERVICES GUIDE |
FlexNet Operations Web Services Guide |
See getAccountsQueryResponse message contains an element of getAccountsQueryResponseType.
Type getAccountsQueryResponseType
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 |
---|---|
getAccountsQuery | Method |
The following XML fragment illustrates a successful getAccountsQueryResponse message:
<getAccountsQueryResponse>
<statusInfo>
<status>SUCCESS</status>
</statusInfo>
<responseData>
<acctData>
<account>
<uniqueId>HID-20197</uniqueId>
<primaryKeys>
<id>ACME-MARK-WEST</id>
</primaryKeys>
</account>
<name>ACME Marketing West</name>
<description>ACME western marketing group</description>
</acctData>
<acctData>
<account>
<uniqueId>HID-20194</uniqueId>
<primaryKeys>
<id>ACME-ENG</id>
</primaryKeys>
</account>
<name>ACME Engineering</name>
<description>Description of ACME Engineering</description>
</acctData>
<acctData>
<account>
<uniqueId>HID-20180</uniqueId>
<primaryKeys>
<id>ACME</id>
</primaryKeys>
</account>
<name>Acme Software Corporation</name>
<description>Description of ACME</description>
</acctData>
</responseData>
</getAccountsQueryResponse>