This website uses cookies. By clicking Accept, you consent to the use of cookies. Click Here to learn more about how we use cookies.
Turn on suggestions
Auto-suggest helps you quickly narrow down your search results by suggesting possible matches as you type.
- Revenera Community
- :
- FlexNet Operations
- :
- FlexNet Operations Forum
- :
- Customer accounts -FlexNet Operations
Subscribe
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Subscribe
- Mute
- Printer Friendly Page
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
Nov 02, 2020
08:36 AM
Customer accounts -FlexNet Operations
(4) Replies
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
Nov 02, 2020
03:32 PM
I have moved this post to the FlexNet Operations forums, as they are going to have better suggestions for you.
I am only human; anything said is my view or from my own experience and not necessarily that of Flexera.
If my reply answers a question you have raised, please click "ACCEPT AS SOLUTION".
If my reply answers a question you have raised, please click "ACCEPT AS SOLUTION".
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
Nov 02, 2020
05:30 PM
HI @ptancre
I believe "All Accounts" returns all Parent Accounts. If you then click the magnifying glass to search, the response will include both Parent as well as any sub-accounts. Which REST API were you using?
Thanks,
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
Nov 04, 2020
10:33 AM
Hi @jberthold, I am using : GET /operationsportal/accounts/autocomplete/accounts/{name}.
Creating an account using the SOAP service (v3/UserAcctHierarchyService
createAccount) Seems to create only sub account.
What criteria makes an account 'Root' or parent ?
Creating an account using the SOAP service (v3/UserAcctHierarchyService
createAccount) Seems to create only sub account.
What criteria makes an account 'Root' or parent ?
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
Nov 04, 2020
12:17 PM
Hi @ptancre ,
The createAccount SOAP Web Service only creates "Root" or Parent Accounts. The TEST_ACCOUNT1 account in the example below is displayed as a Root Account. Sub-Accounts are created with updateAccount.
FYI the /operationsportal/accounts/autocomplete/accounts/{name} REST API was not intended for external consumption and will be removed.
Thx,