GET api_v2/AccountDatabases/GetAccountID?accountDatabaseId={accountDatabaseId}
Returns account ID that owns the database
Request Information
Parameters
Name | Description | Additional information |
---|---|---|
accountDatabaseId |
Define this parameter in the request URI. |
Response Information
Response body formats
application/xml, text/xml
Sample:
<Result> <AccountID>4ec7870e-4f82-42ce-b804-777e5798725c</AccountID> </Result>
application/json, text/json
Sample:
{ "AccountID": "4ec7870e-4f82-42ce-b804-777e5798725c" }